Html Css Color HEX #B8AD83 Chino

📋 copy color: '#B8AD83'

red 184 ◦ green 173 ◦ blue 131

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

Shades of Chino #B8AD83

Tints of Chino #B8AD83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.84%

R = 37.7%
G = 35.45%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B8AD83 (or 0xB8AD83) is known color: Chino. HEX triplet: B8, AD and 83. RGB value is (184,173,131). Sum of RGB (Red+Green+Blue) = 184+173+131=488 (64% of max value = 765). Red value is 184 (72.27% from 255 or 37.70% from 488); Green value is 173 (67.97% from 255 or 35.45% from 488); Blue value is 131 (51.56% from 255 or 26.84% from 488); Max value from RGB is 184 - color contains mainly: red. Hex color #B8AD83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8AD83 is #47527C. Grayscale: #ABABAB. Windows color (decimal): -4674173 or 8629688. OLE color: 8629688.

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

Color convert

RGB 184 173 131 -
CMYK 0 0.06 0.29 0.28
HSL 47.55º 0.27% 0.62% -
HSV(B) 47.55º 0.29% 0.72% -
XYZ 38.81 41.72 27.48 -
YUV 171.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 184 173 131 0 0.06 0.29 0.28 47.55 0.27 0.62
Hex B8 AD 83 0 6 1D 1C 30 1B 3E
Octal 270 255 203 0 6 35 34 60 33 76
Binary 10111000 10101101 10000011 0 110 11101 11100 110000 11011 111110

Color Harmonies of #B8AD83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AD83

Black with #B8AD83

Text Example


Text Example

White with #B8AD83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AD83; }

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

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

background-color css

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

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

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

border-color css

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

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

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