Html Css Color HEX #B49C7A Bronco

📋 copy color: '#B49C7A'

red 180 ◦ green 156 ◦ blue 122

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

Shades of Bronco #B49C7A

Tints of Bronco #B49C7A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 34.06%

 BLUE value IS 122 (48.05% from 255) = 26.64%

R = 39.3%
G = 34.06%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.29

RGB Variations

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

Color information

#B49C7A (or 0xB49C7A) is known color: Bronco. HEX triplet: B4, 9C and 7A. RGB value is (180,156,122). Sum of RGB (Red+Green+Blue) = 180+156+122=458 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.30% from 458); Green value is 156 (61.33% from 255 or 34.06% from 458); Blue value is 122 (48.05% from 255 or 26.64% from 458); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B49C7A is #4B6385. Grayscale: #9F9F9F. Windows color (decimal): -4940678 or 8035508. OLE color: 8035508.

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

Color convert

RGB 180 156 122 -
CMYK 0 0.13 0.32 0.29
HSL 35.17º 0.28% 0.59% -
HSV(B) 35.17º 0.32% 0.71% -
XYZ 34.22 34.89 23.34 -
YUV 159.3 106.95 142.76 -
System Red Green Blue C M Y K H S L
Decimal 180 156 122 0 0.13 0.32 0.29 35.17 0.28 0.59
Hex B4 9C 7A 0 D 20 1D 23 1C 3B
Octal 264 234 172 0 15 40 35 43 34 73
Binary 10110100 10011100 1111010 0 1101 100000 11101 100011 11100 111011

Color Harmonies of #B49C7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C7A

Black with #B49C7A

Text Example


Text Example

White with #B49C7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C7A; }

 p { color: rgb(180,156,122); }

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

background-color css

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

 a { background-color: rgb(180,156,122); }

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

border-color css

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

 span { border-color: rgb(180,156,122); }

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