Html Css Color HEX #B3A085 Bronco

📋 copy color: '#B3A085'

red 179 ◦ green 160 ◦ blue 133

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

Shades of Bronco #B3A085

Tints of Bronco #B3A085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.18%

R = 37.92%
G = 33.9%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B3A085 (or 0xB3A085) is known color: Bronco. HEX triplet: B3, A0 and 85. RGB value is (179,160,133). Sum of RGB (Red+Green+Blue) = 179+160+133=472 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.92% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 133 (52.34% from 255 or 28.18% from 472); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A085 is #4C5F7A. Grayscale: #A2A2A2. Windows color (decimal): -5005179 or 8757427. OLE color: 8757427.

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

Color convert

RGB 179 160 133 -
CMYK 0 0.11 0.26 0.30
HSL 35.22º 0.23% 0.61% -
HSV(B) 35.22º 0.26% 0.7% -
XYZ 35.39 36.42 27.35 -
YUV 162.6 111.29 139.7 -
System Red Green Blue C M Y K H S L
Decimal 179 160 133 0 0.11 0.26 0.30 35.22 0.23 0.61
Hex B3 A0 85 0 B 1A 1E 23 17 3D
Octal 263 240 205 0 13 32 36 43 27 75
Binary 10110011 10100000 10000101 0 1011 11010 11110 100011 10111 111101

Color Harmonies of #B3A085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A085

Black with #B3A085

Text Example


Text Example

White with #B3A085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A085; }

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

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

background-color css

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

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

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

border-color css

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

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

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