Html Css Color HEX #B8AD80 Chino

📋 copy color: '#B8AD80'

red 184 ◦ green 173 ◦ blue 128

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

Shades of Chino #B8AD80

Tints of Chino #B8AD80

RGB

 RED value IS 184 (72.27% from 255) = 37.94%

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

 BLUE value IS 128 (50.39% from 255) = 26.39%

R = 37.94%
G = 35.67%
B = 26.39%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B8AD80 (or 0xB8AD80) is known color: Chino. HEX triplet: B8, AD and 80. RGB value is (184,173,128). Sum of RGB (Red+Green+Blue) = 184+173+128=485 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.94% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 128 (50.39% from 255 or 26.39% from 485); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD80 is #47527F. Grayscale: #ABABAB. Windows color (decimal): -4674176 or 8433080. OLE color: 8433080.

HSL color Cylindrical-coordinate representation of color #B8AD80: hue angle of 48.21º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B8AD80 is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 173 128 -
CMYK 0 0.06 0.30 0.28
HSL 48.21º 0.28% 0.61% -
HSV(B) 48.21º 0.3% 0.72% -
XYZ 38.61 41.64 26.42 -
YUV 171.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 184 173 128 0 0.06 0.30 0.28 48.21 0.28 0.61
Hex B8 AD 80 0 6 1E 1C 30 1C 3D
Octal 270 255 200 0 6 36 34 60 34 75
Binary 10111000 10101101 10000000 0 110 11110 11100 110000 11100 111101

Color Harmonies of #B8AD80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD80

Black with #B8AD80

Text Example


Text Example

White with #B8AD80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD80; }

 p { color: rgb(184,173,128); }

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

background-color css

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

 a { background-color: rgb(184,173,128); }

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

border-color css

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

 span { border-color: rgb(184,173,128); }

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