Html Css Color HEX #B4AD8C Chino

📋 copy color: '#B4AD8C'

red 180 ◦ green 173 ◦ blue 140

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

Shades of Chino #B4AD8C

Tints of Chino #B4AD8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.4%

R = 36.51%
G = 35.09%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B4AD8C (or 0xB4AD8C) is known color: Chino. HEX triplet: B4, AD and 8C. RGB value is (180,173,140). Sum of RGB (Red+Green+Blue) = 180+173+140=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 173 (67.97% from 255 or 35.09% from 493); Blue value is 140 (55.08% from 255 or 28.40% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD8C is #4B5273. Grayscale: #ABABAB. Windows color (decimal): -4936308 or 9219508. OLE color: 9219508.

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

Color convert

RGB 180 173 140 -
CMYK 0 0.04 0.22 0.29
HSL 49.5º 0.21% 0.63% -
HSV(B) 49.5º 0.22% 0.71% -
XYZ 38.5 41.48 30.79 -
YUV 171.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 180 173 140 0 0.04 0.22 0.29 49.5 0.21 0.63
Hex B4 AD 8C 0 4 16 1D 32 15 3F
Octal 264 255 214 0 4 26 35 62 25 77
Binary 10110100 10101101 10001100 0 100 10110 11101 110010 10101 111111

Color Harmonies of #B4AD8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD8C

Black with #B4AD8C

Text Example


Text Example

White with #B4AD8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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