Html Css Color HEX #B8B08A Chino

📋 copy color: '#B8B08A'

red 184 ◦ green 176 ◦ blue 138

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

Shades of Chino #B8B08A

Tints of Chino #B8B08A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.34%

 BLUE value IS 138 (54.3% from 255) = 27.71%

R = 36.95%
G = 35.34%
B = 27.71%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B8B08A (or 0xB8B08A) is known color: Chino. HEX triplet: B8, B0 and 8A. RGB value is (184,176,138). Sum of RGB (Red+Green+Blue) = 184+176+138=498 (65% of max value = 765). Red value is 184 (72.27% from 255 or 36.95% from 498); Green value is 176 (69.14% from 255 or 35.34% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 184 - color contains mainly: red. Hex color #B8B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8B08A is #474F75. Grayscale: #AEAEAE. Windows color (decimal): -4673398 or 9089208. OLE color: 9089208.

HSL color Cylindrical-coordinate representation of color #B8B08A: hue angle of 49.57º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8B08A is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 176 138 -
CMYK 0 0.04 0.25 0.28
HSL 49.57º 0.24% 0.63% -
HSV(B) 49.57º 0.25% 0.72% -
XYZ 39.88 43.08 30.26 -
YUV 174.06 107.65 135.09 -
System Red Green Blue C M Y K H S L
Decimal 184 176 138 0 0.04 0.25 0.28 49.57 0.24 0.63
Hex B8 B0 8A 0 4 19 1C 32 18 3F
Octal 270 260 212 0 4 31 34 62 30 77
Binary 10111000 10110000 10001010 0 100 11001 11100 110010 11000 111111

Color Harmonies of #B8B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8B08A

Black with #B8B08A

Text Example


Text Example

White with #B8B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8B08A; }

 p { color: rgb(184,176,138); }

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

background-color css

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

 a { background-color: rgb(184,176,138); }

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

border-color css

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

 span { border-color: rgb(184,176,138); }

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