Html Css Color HEX #B09C7B Bronco

📋 copy color: '#B09C7B'

red 176 ◦ green 156 ◦ blue 123

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

Shades of Bronco #B09C7B

Tints of Bronco #B09C7B

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.29%

 BLUE value IS 123 (48.44% from 255) = 27.03%

R = 38.68%
G = 34.29%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B09C7B (or 0xB09C7B) is known color: Bronco. HEX triplet: B0, 9C and 7B. RGB value is (176,156,123). Sum of RGB (Red+Green+Blue) = 176+156+123=455 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.68% from 455); Green value is 156 (61.33% from 255 or 34.29% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09C7B is #4F6384. Grayscale: #9E9E9E. Windows color (decimal): -5202821 or 8101040. OLE color: 8101040.

HSL color Cylindrical-coordinate representation of color #B09C7B: hue angle of 37.36º degrees, saturation: 0.25, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B09C7B is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 156 123 -
CMYK 0 0.11 0.30 0.31
HSL 37.36º 0.25% 0.59% -
HSV(B) 37.36º 0.3% 0.69% -
XYZ 33.37 34.44 23.63 -
YUV 158.22 108.13 140.68 -
System Red Green Blue C M Y K H S L
Decimal 176 156 123 0 0.11 0.30 0.31 37.36 0.25 0.59
Hex B0 9C 7B 0 B 1E 1F 25 19 3B
Octal 260 234 173 0 13 36 37 45 31 73
Binary 10110000 10011100 1111011 0 1011 11110 11111 100101 11001 111011

Color Harmonies of #B09C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09C7B

Black with #B09C7B

Text Example


Text Example

White with #B09C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09C7B; }

 p { color: rgb(176,156,123); }

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

background-color css

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

 a { background-color: rgb(176,156,123); }

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

border-color css

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

 span { border-color: rgb(176,156,123); }

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