Html Css Color HEX #B9B08D Chino

📋 copy color: '#B9B08D'

red 185 ◦ green 176 ◦ blue 141

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

Shades of Chino #B9B08D

Tints of Chino #B9B08D

RGB

 RED value IS 185 (72.66% from 255) = 36.85%

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

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 36.85%
G = 35.06%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#B9B08D (or 0xB9B08D) is known color: Chino. HEX triplet: B9, B0 and 8D. RGB value is (185,176,141). Sum of RGB (Red+Green+Blue) = 185+176+141=502 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.85% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B08D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B08D is #464F72. Grayscale: #AEAEAE. Windows color (decimal): -4607859 or 9285817. OLE color: 9285817.

HSL color Cylindrical-coordinate representation of color #B9B08D: hue angle of 47.73º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9B08D is Cyan = 0, Magento = 0.05, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 176 141 -
CMYK 0 0.05 0.24 0.27
HSL 47.73º 0.24% 0.64% -
HSV(B) 47.73º 0.24% 0.73% -
XYZ 40.34 43.29 31.43 -
YUV 174.7 108.98 135.35 -
System Red Green Blue C M Y K H S L
Decimal 185 176 141 0 0.05 0.24 0.27 47.73 0.24 0.64
Hex B9 B0 8D 0 5 18 1B 30 18 40
Octal 271 260 215 0 5 30 33 60 30 100
Binary 10111001 10110000 10001101 0 101 11000 11011 110000 11000 1000000

Color Harmonies of #B9B08D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B08D

Black with #B9B08D

Text Example


Text Example

White with #B9B08D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B08D; }

 p { color: rgb(185,176,141); }

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

background-color css

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

 a { background-color: rgb(185,176,141); }

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

border-color css

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

 span { border-color: rgb(185,176,141); }

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