Html Css Color HEX #B4A07C Bronco

📋 copy color: '#B4A07C'

red 180 ◦ green 160 ◦ blue 124

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

Shades of Bronco #B4A07C

Tints of Bronco #B4A07C

RGB

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

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

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

R = 38.79%
G = 34.48%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.29

RGB Variations

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

Color information

#B4A07C (or 0xB4A07C) is known color: Bronco. HEX triplet: B4, A0 and 7C. RGB value is (180,160,124). Sum of RGB (Red+Green+Blue) = 180+160+124=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 160 (62.89% from 255 or 34.48% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4A07C is #4B5F83. Grayscale: #A2A2A2. Windows color (decimal): -4939652 or 8167604. OLE color: 8167604.

HSL color Cylindrical-coordinate representation of color #B4A07C: hue angle of 38.57º 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 #B4A07C is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 160 124 -
CMYK 0 0.11 0.31 0.29
HSL 38.57º 0.27% 0.6% -
HSV(B) 38.57º 0.31% 0.71% -
XYZ 35.03 36.3 24.23 -
YUV 161.88 106.63 140.93 -
System Red Green Blue C M Y K H S L
Decimal 180 160 124 0 0.11 0.31 0.29 38.57 0.27 0.6
Hex B4 A0 7C 0 B 1F 1D 27 1B 3C
Octal 264 240 174 0 13 37 35 47 33 74
Binary 10110100 10100000 1111100 0 1011 11111 11101 100111 11011 111100

Color Harmonies of #B4A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A07C

Black with #B4A07C

Text Example


Text Example

White with #B4A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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