Html Css Color HEX #B9B98E Coriander

📋 copy color: '#B9B98E'

red 185 ◦ green 185 ◦ blue 142

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

Shades of Coriander #B9B98E

Tints of Coriander #B9B98E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.73%

R = 36.13%
G = 36.13%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9B98E (or 0xB9B98E) is known color: Coriander. HEX triplet: B9, B9 and 8E. RGB value is (185,185,142). Sum of RGB (Red+Green+Blue) = 185+185+142=512 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.13% from 512); Green value is 185 (72.66% from 255 or 36.13% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 185 - color contains mainly: red, green. Hex color #B9B98E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B98E is #464671. Grayscale: #B4B4B4. Windows color (decimal): -4605554 or 9353657. OLE color: 9353657.

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

Color convert

RGB 185 185 142 -
CMYK 0 0 0.23 0.27
HSL 60º 0.23% 0.64% -
HSV(B) 60º 0.23% 0.73% -
XYZ 42.24 46.97 32.43 -
YUV 180.1 106.5 131.5 -
System Red Green Blue C M Y K H S L
Decimal 185 185 142 0 0 0.23 0.27 60 0.23 0.64
Hex B9 B9 8E 0 0 17 1B 3C 17 40
Octal 271 271 216 0 0 27 33 74 27 100
Binary 10111001 10111001 10001110 0 0 10111 11011 111100 10111 1000000

Color Harmonies of #B9B98E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B98E

Black with #B9B98E

Text Example


Text Example

White with #B9B98E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B98E; }

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

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

background-color css

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

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

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

border-color css

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

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

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