Html Css Color HEX #B9B294 Coriander

📋 copy color: '#B9B294'

red 185 ◦ green 178 ◦ blue 148

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

Shades of Coriander #B9B294

Tints of Coriander #B9B294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.83%

 BLUE value IS 148 (58.2% from 255) = 28.96%

R = 36.2%
G = 34.83%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B9B294 (or 0xB9B294) is known color: Coriander. HEX triplet: B9, B2 and 94. RGB value is (185,178,148). Sum of RGB (Red+Green+Blue) = 185+178+148=511 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.20% from 511); Green value is 178 (69.92% from 255 or 34.83% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 185 - color contains mainly: red. Hex color #B9B294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9B294 is #464D6B. Grayscale: #B0B0B0. Windows color (decimal): -4607340 or 9745081. OLE color: 9745081.

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

Color convert

RGB 185 178 148 -
CMYK 0 0.04 0.20 0.27
HSL 48.65º 0.21% 0.65% -
HSV(B) 48.65º 0.2% 0.73% -
XYZ 41.27 44.29 34.39 -
YUV 176.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 185 178 148 0 0.04 0.20 0.27 48.65 0.21 0.65
Hex B9 B2 94 0 4 14 1B 31 15 41
Octal 271 262 224 0 4 24 33 61 25 101
Binary 10111001 10110010 10010100 0 100 10100 11011 110001 10101 1000001

Color Harmonies of #B9B294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9B294

Black with #B9B294

Text Example


Text Example

White with #B9B294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9B294; }

 p { color: rgb(185,178,148); }

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

background-color css

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

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

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

border-color css

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

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

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