Html Css Color HEX #B49E83 Bronco

📋 copy color: '#B49E83'

red 180 ◦ green 158 ◦ blue 131

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

Shades of Bronco #B49E83

Tints of Bronco #B49E83

RGB

 RED value IS 180 (70.7% from 255) = 38.38%

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

 BLUE value IS 131 (51.56% from 255) = 27.93%

R = 38.38%
G = 33.69%
B = 27.93%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B49E83 (or 0xB49E83) is known color: Bronco. HEX triplet: B4, 9E and 83. RGB value is (180,158,131). Sum of RGB (Red+Green+Blue) = 180+158+131=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 131 (51.56% from 255 or 27.93% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E83 is #4B617C. Grayscale: #A1A1A1. Windows color (decimal): -4940157 or 8625844. OLE color: 8625844.

HSL color Cylindrical-coordinate representation of color #B49E83: hue angle of 33.06º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B49E83 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 158 131 -
CMYK 0 0.12 0.27 0.29
HSL 33.06º 0.25% 0.61% -
HSV(B) 33.06º 0.27% 0.71% -
XYZ 35.15 35.8 26.53 -
YUV 161.5 110.79 141.2 -
System Red Green Blue C M Y K H S L
Decimal 180 158 131 0 0.12 0.27 0.29 33.06 0.25 0.61
Hex B4 9E 83 0 C 1B 1D 21 19 3D
Octal 264 236 203 0 14 33 35 41 31 75
Binary 10110100 10011110 10000011 0 1100 11011 11101 100001 11001 111101

Color Harmonies of #B49E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E83

Black with #B49E83

Text Example


Text Example

White with #B49E83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E83; }

 p { color: rgb(180,158,131); }

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

background-color css

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

 a { background-color: rgb(180,158,131); }

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

border-color css

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

 span { border-color: rgb(180,158,131); }

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