Html Css Color HEX #B09E7D Bronco

📋 copy color: '#B09E7D'

red 176 ◦ green 158 ◦ blue 125

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

Shades of Bronco #B09E7D

Tints of Bronco #B09E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.42%

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 38.34%
G = 34.42%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#B09E7D (or 0xB09E7D) is known color: Bronco. HEX triplet: B0, 9E and 7D. RGB value is (176,158,125). Sum of RGB (Red+Green+Blue) = 176+158+125=459 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.34% from 459); Green value is 158 (62.11% from 255 or 34.42% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E7D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09E7D is #4F6182. Grayscale: #9F9F9F. Windows color (decimal): -5202307 or 8232624. OLE color: 8232624.

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

Color convert

RGB 176 158 125 -
CMYK 0 0.10 0.29 0.31
HSL 38.82º 0.24% 0.59% -
HSV(B) 38.82º 0.29% 0.69% -
XYZ 33.83 35.16 24.41 -
YUV 159.62 108.46 139.68 -
System Red Green Blue C M Y K H S L
Decimal 176 158 125 0 0.10 0.29 0.31 38.82 0.24 0.59
Hex B0 9E 7D 0 A 1D 1F 27 18 3B
Octal 260 236 175 0 12 35 37 47 30 73
Binary 10110000 10011110 1111101 0 1010 11101 11111 100111 11000 111011

Color Harmonies of #B09E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E7D

Black with #B09E7D

Text Example


Text Example

White with #B09E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E7D; }

 p { color: rgb(176,158,125); }

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

background-color css

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

 a { background-color: rgb(176,158,125); }

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

border-color css

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

 span { border-color: rgb(176,158,125); }

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