Html Css Color HEX #B9B492 Coriander

📋 copy color: '#B9B492'

red 185 ◦ green 180 ◦ blue 146

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

Shades of Coriander #B9B492

Tints of Coriander #B9B492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.23%

 BLUE value IS 146 (57.42% from 255) = 28.57%

R = 36.2%
G = 35.23%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B9B492 (or 0xB9B492) is known color: Coriander. HEX triplet: B9, B4 and 92. RGB value is (185,180,146). Sum of RGB (Red+Green+Blue) = 185+180+146=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 180 (70.70% from 255 or 35.23% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9B492 is #464B6D. Grayscale: #B1B1B1. Windows color (decimal): -4606830 or 9614521. OLE color: 9614521.

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

Color convert

RGB 185 180 146 -
CMYK 0 0.03 0.21 0.27
HSL 52.31º 0.22% 0.65% -
HSV(B) 52.31º 0.21% 0.73% -
XYZ 41.52 45.03 33.7 -
YUV 177.62 110.16 133.26 -
System Red Green Blue C M Y K H S L
Decimal 185 180 146 0 0.03 0.21 0.27 52.31 0.22 0.65
Hex B9 B4 92 0 3 15 1B 34 16 41
Octal 271 264 222 0 3 25 33 64 26 101
Binary 10111001 10110100 10010010 0 11 10101 11011 110100 10110 1000001

Color Harmonies of #B9B492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B492

Black with #B9B492

Text Example


Text Example

White with #B9B492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B492; }

 p { color: rgb(185,180,146); }

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

background-color css

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

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

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

border-color css

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

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

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