Html Css Color HEX #B4AB81 Chino

📋 copy color: '#B4AB81'

red 180 ◦ green 171 ◦ blue 129

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

Shades of Chino #B4AB81

Tints of Chino #B4AB81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.88%

R = 37.5%
G = 35.63%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B4AB81 (or 0xB4AB81) is known color: Chino. HEX triplet: B4, AB and 81. RGB value is (180,171,129). Sum of RGB (Red+Green+Blue) = 180+171+129=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 129 (50.78% from 255 or 26.88% from 480); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AB81 is #4B547E. Grayscale: #A9A9A9. Windows color (decimal): -4936831 or 8498100. OLE color: 8498100.

HSL color Cylindrical-coordinate representation of color #B4AB81: hue angle of 49.41º degrees, saturation: 0.25, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4AB81 is Cyan = 0, Magento = 0.05, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 171 129 -
CMYK 0 0.05 0.28 0.29
HSL 49.41º 0.25% 0.61% -
HSV(B) 49.41º 0.28% 0.71% -
XYZ 37.35 40.41 26.6 -
YUV 168.9 105.48 135.92 -
System Red Green Blue C M Y K H S L
Decimal 180 171 129 0 0.05 0.28 0.29 49.41 0.25 0.61
Hex B4 AB 81 0 5 1C 1D 31 19 3D
Octal 264 253 201 0 5 34 35 61 31 75
Binary 10110100 10101011 10000001 0 101 11100 11101 110001 11001 111101

Color Harmonies of #B4AB81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AB81

Black with #B4AB81

Text Example


Text Example

White with #B4AB81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AB81; }

 p { color: rgb(180,171,129); }

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

background-color css

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

 a { background-color: rgb(180,171,129); }

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

border-color css

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

 span { border-color: rgb(180,171,129); }

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