Html Css Color HEX #B4AD86 Chino

📋 copy color: '#B4AD86'

red 180 ◦ green 173 ◦ blue 134

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

Shades of Chino #B4AD86

Tints of Chino #B4AD86

RGB

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

 GREEN value IS 173 (67.97% from 255) = 35.52%

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 36.96%
G = 35.52%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B4AD86 (or 0xB4AD86) is known color: Chino. HEX triplet: B4, AD and 86. RGB value is (180,173,134). Sum of RGB (Red+Green+Blue) = 180+173+134=487 (64% of max value = 765). Red value is 180 (70.70% from 255 or 36.96% from 487); Green value is 173 (67.97% from 255 or 35.52% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD86 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD86 is #4B5279. Grayscale: #AAAAAA. Windows color (decimal): -4936314 or 8826292. OLE color: 8826292.

HSL color Cylindrical-coordinate representation of color #B4AD86: hue angle of 50.87º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4AD86 is Cyan = 0, Magento = 0.04, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 134 -
CMYK 0 0.04 0.26 0.29
HSL 50.87º 0.23% 0.62% -
HSV(B) 50.87º 0.26% 0.71% -
XYZ 38.07 41.31 28.52 -
YUV 170.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 180 173 134 0 0.04 0.26 0.29 50.87 0.23 0.62
Hex B4 AD 86 0 4 1A 1D 33 17 3E
Octal 264 255 206 0 4 32 35 63 27 76
Binary 10110100 10101101 10000110 0 100 11010 11101 110011 10111 111110

Color Harmonies of #B4AD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD86

Black with #B4AD86

Text Example


Text Example

White with #B4AD86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD86; }

 p { color: rgb(180,173,134); }

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

background-color css

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

 a { background-color: rgb(180,173,134); }

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

border-color css

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

 span { border-color: rgb(180,173,134); }

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