Html Css Color HEX #B49F7C Bronco

📋 copy color: '#B49F7C'

red 180 ◦ green 159 ◦ blue 124

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

Shades of Bronco #B49F7C

Tints of Bronco #B49F7C

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.34%

 BLUE value IS 124 (48.83% from 255) = 26.78%

R = 38.88%
G = 34.34%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B49F7C (or 0xB49F7C) is known color: Bronco. HEX triplet: B4, 9F and 7C. RGB value is (180,159,124). Sum of RGB (Red+Green+Blue) = 180+159+124=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 159 (62.5% from 255 or 34.34% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 180 - color contains mainly: red. Hex color #B49F7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49F7C is #4B6083. Grayscale: #A1A1A1. Windows color (decimal): -4939908 or 8167348. OLE color: 8167348.

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

Color convert

RGB 180 159 124 -
CMYK 0 0.12 0.31 0.29
HSL 37.5º 0.27% 0.6% -
HSV(B) 37.5º 0.31% 0.71% -
XYZ 34.86 35.95 24.17 -
YUV 161.29 106.96 141.35 -
System Red Green Blue C M Y K H S L
Decimal 180 159 124 0 0.12 0.31 0.29 37.5 0.27 0.6
Hex B4 9F 7C 0 C 1F 1D 26 1B 3C
Octal 264 237 174 0 14 37 35 46 33 74
Binary 10110100 10011111 1111100 0 1100 11111 11101 100110 11011 111100

Color Harmonies of #B49F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49F7C

Black with #B49F7C

Text Example


Text Example

White with #B49F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49F7C; }

 p { color: rgb(180,159,124); }

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

background-color css

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

 a { background-color: rgb(180,159,124); }

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

border-color css

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

 span { border-color: rgb(180,159,124); }

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