Html Css Color HEX #B09B7B Bronco

📋 copy color: '#B09B7B'

red 176 ◦ green 155 ◦ blue 123

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

Shades of Bronco #B09B7B

Tints of Bronco #B09B7B

RGB

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

 GREEN value IS 155 (60.94% from 255) = 34.14%

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

R = 38.77%
G = 34.14%
B = 27.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B09B7B (or 0xB09B7B) is known color: Bronco. HEX triplet: B0, 9B and 7B. RGB value is (176,155,123). Sum of RGB (Red+Green+Blue) = 176+155+123=454 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.77% from 454); Green value is 155 (60.94% from 255 or 34.14% from 454); Blue value is 123 (48.44% from 255 or 27.09% from 454); Max value from RGB is 176 - color contains mainly: red. Hex color #B09B7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B09B7B is #4F6484. Grayscale: #9D9D9D. Windows color (decimal): -5203077 or 8100784. OLE color: 8100784.

HSL color Cylindrical-coordinate representation of color #B09B7B: hue angle of 36.23º 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 #B09B7B is Cyan = 0, Magento = 0.12, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 155 123 -
CMYK 0 0.12 0.30 0.31
HSL 36.23º 0.25% 0.59% -
HSV(B) 36.23º 0.3% 0.69% -
XYZ 33.2 34.1 23.57 -
YUV 157.63 108.46 141.1 -
System Red Green Blue C M Y K H S L
Decimal 176 155 123 0 0.12 0.30 0.31 36.23 0.25 0.59
Hex B0 9B 7B 0 C 1E 1F 24 19 3B
Octal 260 233 173 0 14 36 37 44 31 73
Binary 10110000 10011011 1111011 0 1100 11110 11111 100100 11001 111011

Color Harmonies of #B09B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09B7B

Black with #B09B7B

Text Example


Text Example

White with #B09B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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