Html Css Color HEX #B9B988 Coriander

📋 copy color: '#B9B988'

red 185 ◦ green 185 ◦ blue 136

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

Shades of Coriander #B9B988

Tints of Coriander #B9B988

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

 BLUE value IS 136 (53.52% from 255) = 26.88%

R = 36.56%
G = 36.56%
B = 26.88%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#B9B988 (or 0xB9B988) is known color: Coriander. HEX triplet: B9, B9 and 88. RGB value is (185,185,136). Sum of RGB (Red+Green+Blue) = 185+185+136=506 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.56% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B988 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B988 is #464677. Grayscale: #B3B3B3. Windows color (decimal): -4605560 or 8960441. OLE color: 8960441.

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

Color convert

RGB 185 185 136 -
CMYK 0 0 0.26 0.27
HSL 60º 0.26% 0.63% -
HSV(B) 60º 0.26% 0.73% -
XYZ 41.8 46.79 30.12 -
YUV 179.41 103.5 131.98 -
System Red Green Blue C M Y K H S L
Decimal 185 185 136 0 0 0.26 0.27 60 0.26 0.63
Hex B9 B9 88 0 0 1A 1B 3C 1A 3F
Octal 271 271 210 0 0 32 33 74 32 77
Binary 10111001 10111001 10001000 0 0 11010 11011 111100 11010 111111

Color Harmonies of #B9B988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B988

Black with #B9B988

Text Example


Text Example

White with #B9B988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B988; }

 p { color: rgb(185,185,136); }

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

background-color css

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

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

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

border-color css

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

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

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