Html Css Color HEX #B09A7F Bronco

📋 copy color: '#B09A7F'

red 176 ◦ green 154 ◦ blue 127

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

Shades of Bronco #B09A7F

Tints of Bronco #B09A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.7%

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

R = 38.51%
G = 33.7%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B09A7F (or 0xB09A7F) is known color: Bronco. HEX triplet: B0, 9A and 7F. RGB value is (176,154,127). Sum of RGB (Red+Green+Blue) = 176+154+127=457 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.51% from 457); Green value is 154 (60.55% from 255 or 33.70% from 457); Blue value is 127 (50% from 255 or 27.79% from 457); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09A7F is #4F6580. Grayscale: #9D9D9D. Windows color (decimal): -5203329 or 8362672. OLE color: 8362672.

HSL color Cylindrical-coordinate representation of color #B09A7F: hue angle of 33.06º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B09A7F is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 154 127 -
CMYK 0 0.12 0.28 0.31
HSL 33.06º 0.24% 0.59% -
HSV(B) 33.06º 0.28% 0.69% -
XYZ 33.29 33.87 24.86 -
YUV 157.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 176 154 127 0 0.12 0.28 0.31 33.06 0.24 0.59
Hex B0 9A 7F 0 C 1C 1F 21 18 3B
Octal 260 232 177 0 14 34 37 41 30 73
Binary 10110000 10011010 1111111 0 1100 11100 11111 100001 11000 111011

Color Harmonies of #B09A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09A7F

Black with #B09A7F

Text Example


Text Example

White with #B09A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09A7F; }

 p { color: rgb(176,154,127); }

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

background-color css

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

 a { background-color: rgb(176,154,127); }

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

border-color css

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

 span { border-color: rgb(176,154,127); }

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