Html Css Color HEX #B09E82 Bronco

📋 copy color: '#B09E82'

red 176 ◦ green 158 ◦ blue 130

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

Shades of Bronco #B09E82

Tints of Bronco #B09E82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 28.02%

R = 37.93%
G = 34.05%
B = 28.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B09E82 (or 0xB09E82) is known color: Bronco. HEX triplet: B0, 9E and 82. RGB value is (176,158,130). Sum of RGB (Red+Green+Blue) = 176+158+130=464 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.93% from 464); Green value is 158 (62.11% from 255 or 34.05% from 464); Blue value is 130 (51.17% from 255 or 28.02% from 464); Max value from RGB is 176 - color contains mainly: red. Hex color #B09E82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09E82 is #4F617D. Grayscale: #A0A0A0. Windows color (decimal): -5202302 or 8560304. OLE color: 8560304.

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

Color convert

RGB 176 158 130 -
CMYK 0 0.10 0.26 0.31
HSL 36.52º 0.23% 0.6% -
HSV(B) 36.52º 0.26% 0.69% -
XYZ 34.16 35.3 26.13 -
YUV 160.19 110.96 139.28 -
System Red Green Blue C M Y K H S L
Decimal 176 158 130 0 0.10 0.26 0.31 36.52 0.23 0.6
Hex B0 9E 82 0 A 1A 1F 25 17 3C
Octal 260 236 202 0 12 32 37 45 27 74
Binary 10110000 10011110 10000010 0 1010 11010 11111 100101 10111 111100

Color Harmonies of #B09E82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B09E82

Black with #B09E82

Text Example


Text Example

White with #B09E82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B09E82; }

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

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

background-color css

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

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

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

border-color css

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

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

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