Html Css Color HEX #B3A07C Bronco

📋 copy color: '#B3A07C'

red 179 ◦ green 160 ◦ blue 124

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

Shades of Bronco #B3A07C

Tints of Bronco #B3A07C

RGB

 RED value IS 179 (70.31% from 255) = 38.66%

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

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

R = 38.66%
G = 34.56%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3A07C (or 0xB3A07C) is known color: Bronco. HEX triplet: B3, A0 and 7C. RGB value is (179,160,124). Sum of RGB (Red+Green+Blue) = 179+160+124=463 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.66% from 463); Green value is 160 (62.89% from 255 or 34.56% from 463); Blue value is 124 (48.83% from 255 or 26.78% from 463); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3A07C is #4C5F83. Grayscale: #A1A1A1. Windows color (decimal): -5005188 or 8167603. OLE color: 8167603.

HSL color Cylindrical-coordinate representation of color #B3A07C: hue angle of 39.27º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B3A07C is Cyan = 0, Magento = 0.11, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 160 124 -
CMYK 0 0.11 0.31 0.30
HSL 39.27º 0.27% 0.59% -
HSV(B) 39.27º 0.31% 0.7% -
XYZ 34.8 36.18 24.22 -
YUV 161.58 106.79 140.43 -
System Red Green Blue C M Y K H S L
Decimal 179 160 124 0 0.11 0.31 0.30 39.27 0.27 0.59
Hex B3 A0 7C 0 B 1F 1E 27 1B 3B
Octal 263 240 174 0 13 37 36 47 33 73
Binary 10110011 10100000 1111100 0 1011 11111 11110 100111 11011 111011

Color Harmonies of #B3A07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A07C

Black with #B3A07C

Text Example


Text Example

White with #B3A07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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