Html Css Color HEX #B3A985 Chino

📋 copy color: '#B3A985'

red 179 ◦ green 169 ◦ blue 133

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

Shades of Chino #B3A985

Tints of Chino #B3A985

RGB

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

 GREEN value IS 169 (66.41% from 255) = 35.14%

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

R = 37.21%
G = 35.14%
B = 27.65%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B3A985 (or 0xB3A985) is known color: Chino. HEX triplet: B3, A9 and 85. RGB value is (179,169,133). Sum of RGB (Red+Green+Blue) = 179+169+133=481 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.21% from 481); Green value is 169 (66.41% from 255 or 35.14% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A985 is #4C567A. Grayscale: #A8A8A8. Windows color (decimal): -5002875 or 8759731. OLE color: 8759731.

HSL color Cylindrical-coordinate representation of color #B3A985: hue angle of 46.96º 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 #B3A985 is Cyan = 0, Magento = 0.06, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 169 133 -
CMYK 0 0.06 0.26 0.30
HSL 46.96º 0.23% 0.61% -
HSV(B) 46.96º 0.26% 0.7% -
XYZ 37.01 39.65 27.89 -
YUV 167.89 108.31 135.93 -
System Red Green Blue C M Y K H S L
Decimal 179 169 133 0 0.06 0.26 0.30 46.96 0.23 0.61
Hex B3 A9 85 0 6 1A 1E 2F 17 3D
Octal 263 251 205 0 6 32 36 57 27 75
Binary 10110011 10101001 10000101 0 110 11010 11110 101111 10111 111101

Color Harmonies of #B3A985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A985

Black with #B3A985

Text Example


Text Example

White with #B3A985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A985; }

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

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

background-color css

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

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

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

border-color css

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

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

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