Html Css Color HEX #B4A080 Bronco

📋 copy color: '#B4A080'

red 180 ◦ green 160 ◦ blue 128

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

Shades of Bronco #B4A080

Tints of Bronco #B4A080

RGB

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

 GREEN value IS 160 (62.89% from 255) = 34.19%

 BLUE value IS 128 (50.39% from 255) = 27.35%

R = 38.46%
G = 34.19%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B4A080 (or 0xB4A080) is known color: Bronco. HEX triplet: B4, A0 and 80. RGB value is (180,160,128). Sum of RGB (Red+Green+Blue) = 180+160+128=468 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.46% from 468); Green value is 160 (62.89% from 255 or 34.19% from 468); Blue value is 128 (50.39% from 255 or 27.35% from 468); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A080 is #4B5F7F. Grayscale: #A2A2A2. Windows color (decimal): -4939648 or 8429748. OLE color: 8429748.

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

Color convert

RGB 180 160 128 -
CMYK 0 0.11 0.29 0.29
HSL 36.92º 0.26% 0.6% -
HSV(B) 36.92º 0.29% 0.71% -
XYZ 35.29 36.4 25.59 -
YUV 162.33 108.63 140.6 -
System Red Green Blue C M Y K H S L
Decimal 180 160 128 0 0.11 0.29 0.29 36.92 0.26 0.6
Hex B4 A0 80 0 B 1D 1D 25 1A 3C
Octal 264 240 200 0 13 35 35 45 32 74
Binary 10110100 10100000 10000000 0 1011 11101 11101 100101 11010 111100

Color Harmonies of #B4A080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A080

Black with #B4A080

Text Example


Text Example

White with #B4A080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A080; }

 p { color: rgb(180,160,128); }

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

background-color css

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

 a { background-color: rgb(180,160,128); }

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

border-color css

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

 span { border-color: rgb(180,160,128); }

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