Html Css Color HEX #B49D81 Bronco

📋 copy color: '#B49D81'

red 180 ◦ green 157 ◦ blue 129

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

Shades of Bronco #B49D81

Tints of Bronco #B49D81

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.69%

 BLUE value IS 129 (50.78% from 255) = 27.68%

R = 38.63%
G = 33.69%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B49D81 (or 0xB49D81) is known color: Bronco. HEX triplet: B4, 9D and 81. RGB value is (180,157,129). Sum of RGB (Red+Green+Blue) = 180+157+129=466 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.63% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D81 is #4B627E. Grayscale: #A0A0A0. Windows color (decimal): -4940415 or 8494516. OLE color: 8494516.

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

Color convert

RGB 180 157 129 -
CMYK 0 0.13 0.28 0.29
HSL 32.94º 0.25% 0.61% -
HSV(B) 32.94º 0.28% 0.71% -
XYZ 34.84 35.4 25.77 -
YUV 160.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 180 157 129 0 0.13 0.28 0.29 32.94 0.25 0.61
Hex B4 9D 81 0 D 1C 1D 21 19 3D
Octal 264 235 201 0 15 34 35 41 31 75
Binary 10110100 10011101 10000001 0 1101 11100 11101 100001 11001 111101

Color Harmonies of #B49D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D81

Black with #B49D81

Text Example


Text Example

White with #B49D81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D81; }

 p { color: rgb(180,157,129); }

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

background-color css

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

 a { background-color: rgb(180,157,129); }

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

border-color css

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

 span { border-color: rgb(180,157,129); }

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