Html Css Color HEX #B3AB8D Chino

📋 copy color: '#B3AB8D'

red 179 ◦ green 171 ◦ blue 141

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

Shades of Chino #B3AB8D

Tints of Chino #B3AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.83%

 BLUE value IS 141 (55.47% from 255) = 28.72%

R = 36.46%
G = 34.83%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B3AB8D (or 0xB3AB8D) is known color: Chino. HEX triplet: B3, AB and 8D. RGB value is (179,171,141). Sum of RGB (Red+Green+Blue) = 179+171+141=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 171 (67.19% from 255 or 34.83% from 491); Blue value is 141 (55.47% from 255 or 28.72% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B3AB8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3AB8D is #4C5472. Grayscale: #AAAAAA. Windows color (decimal): -5002355 or 9284531. OLE color: 9284531.

HSL color Cylindrical-coordinate representation of color #B3AB8D: hue angle of 47.37º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B3AB8D is Cyan = 0, Magento = 0.04, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 171 141 -
CMYK 0 0.04 0.21 0.30
HSL 47.37º 0.2% 0.63% -
HSV(B) 47.37º 0.21% 0.7% -
XYZ 37.96 40.63 31.04 -
YUV 169.97 111.65 134.44 -
System Red Green Blue C M Y K H S L
Decimal 179 171 141 0 0.04 0.21 0.30 47.37 0.2 0.63
Hex B3 AB 8D 0 4 15 1E 2F 14 3F
Octal 263 253 215 0 4 25 36 57 24 77
Binary 10110011 10101011 10001101 0 100 10101 11110 101111 10100 111111

Color Harmonies of #B3AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3AB8D

Black with #B3AB8D

Text Example


Text Example

White with #B3AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3AB8D; }

 p { color: rgb(179,171,141); }

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

background-color css

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

 a { background-color: rgb(179,171,141); }

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

border-color css

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

 span { border-color: rgb(179,171,141); }

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