Html Css Color HEX #BFB994 Coriander

📋 copy color: '#BFB994'

red 191 ◦ green 185 ◦ blue 148

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

Shades of Coriander #BFB994

Tints of Coriander #BFB994

RGB

 RED value IS 191 (75% from 255) = 36.45%

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

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

R = 36.45%
G = 35.31%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFB994 (or 0xBFB994) is known color: Coriander. HEX triplet: BF, B9 and 94. RGB value is (191,185,148). Sum of RGB (Red+Green+Blue) = 191+185+148=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 148 (58.20% from 255 or 28.24% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB994 is #40466B. Grayscale: #B6B6B6. Windows color (decimal): -4212332 or 9746879. OLE color: 9746879.

HSL color Cylindrical-coordinate representation of color #BFB994: hue angle of 51.63º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFB994 is Cyan = 0, Magento = 0.03, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 148 -
CMYK 0 0.03 0.23 0.25
HSL 51.63º 0.25% 0.66% -
HSV(B) 51.63º 0.23% 0.75% -
XYZ 44.18 47.91 34.94 -
YUV 182.58 108.49 134.01 -
System Red Green Blue C M Y K H S L
Decimal 191 185 148 0 0.03 0.23 0.25 51.63 0.25 0.66
Hex BF B9 94 0 3 17 19 34 19 42
Octal 277 271 224 0 3 27 31 64 31 102
Binary 10111111 10111001 10010100 0 11 10111 11001 110100 11001 1000010

Color Harmonies of #BFB994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB994

Black with #BFB994

Text Example


Text Example

White with #BFB994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB994; }

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

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

background-color css

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

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

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

border-color css

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

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

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