Html Css Color HEX #B9B085 Chino

📋 copy color: '#B9B085'

red 185 ◦ green 176 ◦ blue 133

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

Shades of Chino #B9B085

Tints of Chino #B9B085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.92%

R = 37.45%
G = 35.63%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#B9B085 (or 0xB9B085) is known color: Chino. HEX triplet: B9, B0 and 85. RGB value is (185,176,133). Sum of RGB (Red+Green+Blue) = 185+176+133=494 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.45% from 494); Green value is 176 (69.14% from 255 or 35.63% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B085 is #464F7A. Grayscale: #ADADAD. Windows color (decimal): -4607867 or 8761529. OLE color: 8761529.

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

Color convert

RGB 185 176 133 -
CMYK 0 0.05 0.28 0.27
HSL 49.62º 0.27% 0.62% -
HSV(B) 49.62º 0.28% 0.73% -
XYZ 39.77 43.06 28.41 -
YUV 173.79 104.98 136 -
System Red Green Blue C M Y K H S L
Decimal 185 176 133 0 0.05 0.28 0.27 49.62 0.27 0.62
Hex B9 B0 85 0 5 1C 1B 32 1B 3E
Octal 271 260 205 0 5 34 33 62 33 76
Binary 10111001 10110000 10000101 0 101 11100 11011 110010 11011 111110

Color Harmonies of #B9B085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B085

Black with #B9B085

Text Example


Text Example

White with #B9B085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B085; }

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

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

background-color css

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

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

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

border-color css

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

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

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