Html Css Color HEX #B09975 Bronco

📋 copy color: '#B09975'

red 176 ◦ green 153 ◦ blue 117

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

Shades of Bronco #B09975

Tints of Bronco #B09975

RGB

 RED value IS 176 (69.14% from 255) = 39.46%

 GREEN value IS 153 (60.16% from 255) = 34.3%

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 39.46%
G = 34.3%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B09975 (or 0xB09975) is known color: Bronco. HEX triplet: B0, 99 and 75. RGB value is (176,153,117). Sum of RGB (Red+Green+Blue) = 176+153+117=446 (59% of max value = 765). Red value is 176 (69.14% from 255 or 39.46% from 446); Green value is 153 (60.16% from 255 or 34.30% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 176 - color contains mainly: red. Hex color #B09975 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09975 is #4F668A. Grayscale: #9B9B9B. Windows color (decimal): -5203595 or 7707056. OLE color: 7707056.

HSL color Cylindrical-coordinate representation of color #B09975: hue angle of 36.61º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B09975 is Cyan = 0, Magento = 0.13, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 117 -
CMYK 0 0.13 0.34 0.31
HSL 36.61º 0.27% 0.57% -
HSV(B) 36.61º 0.34% 0.69% -
XYZ 32.51 33.3 21.54 -
YUV 155.77 106.12 142.43 -
System Red Green Blue C M Y K H S L
Decimal 176 153 117 0 0.13 0.34 0.31 36.61 0.27 0.57
Hex B0 99 75 0 D 22 1F 25 1B 39
Octal 260 231 165 0 15 42 37 45 33 71
Binary 10110000 10011001 1110101 0 1101 100010 11111 100101 11011 111001

Color Harmonies of #B09975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09975

Black with #B09975

Text Example


Text Example

White with #B09975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09975; }

 p { color: rgb(176,153,117); }

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

background-color css

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

 a { background-color: rgb(176,153,117); }

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

border-color css

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

 span { border-color: rgb(176,153,117); }

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