Html Css Color HEX #B9B08A Chino

📋 copy color: '#B9B08A'

red 185 ◦ green 176 ◦ blue 138

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

Shades of Chino #B9B08A

Tints of Chino #B9B08A

RGB

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

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

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

R = 37.07%
G = 35.27%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9B08A (or 0xB9B08A) is known color: Chino. HEX triplet: B9, B0 and 8A. RGB value is (185,176,138). Sum of RGB (Red+Green+Blue) = 185+176+138=499 (66% of max value = 765). Red value is 185 (72.66% from 255 or 37.07% from 499); Green value is 176 (69.14% from 255 or 35.27% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B08A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B08A is #464F75. Grayscale: #AEAEAE. Windows color (decimal): -4607862 or 9089209. OLE color: 9089209.

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

Color convert

RGB 185 176 138 -
CMYK 0 0.05 0.25 0.27
HSL 48.51º 0.25% 0.63% -
HSV(B) 48.51º 0.25% 0.73% -
XYZ 40.12 43.2 30.27 -
YUV 174.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 185 176 138 0 0.05 0.25 0.27 48.51 0.25 0.63
Hex B9 B0 8A 0 5 19 1B 31 19 3F
Octal 271 260 212 0 5 31 33 61 31 77
Binary 10111001 10110000 10001010 0 101 11001 11011 110001 11001 111111

Color Harmonies of #B9B08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B08A

Black with #B9B08A

Text Example


Text Example

White with #B9B08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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