Html Css Color HEX #B3A07F Bronco

📋 copy color: '#B3A07F'

red 179 ◦ green 160 ◦ blue 127

#B3A07F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bronco #B3A07F

Tints of Bronco #B3A07F

RGB

 RED value IS 179 (70.31% from 255) = 38.41%

 GREEN value IS 160 (62.89% from 255) = 34.33%

 BLUE value IS 127 (50% from 255) = 27.25%

R = 38.41%
G = 34.33%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.30

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B3A07F (or 0xB3A07F) is known color: Bronco. HEX triplet: B3, A0 and 7F. RGB value is (179,160,127). Sum of RGB (Red+Green+Blue) = 179+160+127=466 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.41% from 466); Green value is 160 (62.89% from 255 or 34.33% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A07F is #4C5F80. Grayscale: #A2A2A2. Windows color (decimal): -5005185 or 8364211. OLE color: 8364211.

HSL color Cylindrical-coordinate representation of color #B3A07F: hue angle of 38.08º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3A07F is Cyan = 0, Magento = 0.11, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 160 127 -
CMYK 0 0.11 0.29 0.30
HSL 38.08º 0.25% 0.6% -
HSV(B) 38.08º 0.29% 0.7% -
XYZ 34.99 36.26 25.23 -
YUV 161.92 108.29 140.18 -
System Red Green Blue C M Y K H S L
Decimal 179 160 127 0 0.11 0.29 0.30 38.08 0.25 0.6
Hex B3 A0 7F 0 B 1D 1E 26 19 3C
Octal 263 240 177 0 13 35 36 46 31 74
Binary 10110011 10100000 1111111 0 1011 11101 11110 100110 11001 111100

Color Harmonies of #B3A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A07F

Black with #B3A07F

Text Example


Text Example

White with #B3A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A07F; }

 p { color: rgb(179,160,127); }

 H1.HeaderClassName
 {
   color: #B3A07F;
 }
 .AnyTagClassName
 {
   color: #B3A07F;
 }
</style>

background-color css

<style>
 a { background-color: #B3A07F; }

 a { background-color: rgb(179,160,127); }

 div.DivClassName
 {
   background-color: #B3A07F;
 }
 .BgClassName
 {
   background-color: #B3A07F;
 }
</style>

border-color css

<style>
 span { border-color: #B3A07F; }

 span { border-color: rgb(179,160,127); }

 td.TdClassName
 {
   border-color: #B3A07F;
 }
 .TagClassName
 {
   border-color: #B3A07F;
 }
</style>