Html Css Color HEX #BFB996 Coriander

📋 copy color: '#BFB996'

red 191 ◦ green 185 ◦ blue 150

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

Shades of Coriander #BFB996

Tints of Coriander #BFB996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.52%

R = 36.31%
G = 35.17%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#BFB996 (or 0xBFB996) is known color: Coriander. HEX triplet: BF, B9 and 96. RGB value is (191,185,150). Sum of RGB (Red+Green+Blue) = 191+185+150=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 185 (72.66% from 255 or 35.17% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB996 is #404669. Grayscale: #B6B6B6. Windows color (decimal): -4212330 or 9877951. OLE color: 9877951.

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

Color convert

RGB 191 185 150 -
CMYK 0 0.03 0.21 0.25
HSL 51.22º 0.24% 0.67% -
HSV(B) 51.22º 0.21% 0.75% -
XYZ 44.34 47.98 35.78 -
YUV 182.8 109.49 133.85 -
System Red Green Blue C M Y K H S L
Decimal 191 185 150 0 0.03 0.21 0.25 51.22 0.24 0.67
Hex BF B9 96 0 3 15 19 33 18 43
Octal 277 271 226 0 3 25 31 63 30 103
Binary 10111111 10111001 10010110 0 11 10101 11001 110011 11000 1000011

Color Harmonies of #BFB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB996

Black with #BFB996

Text Example


Text Example

White with #BFB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB996; }

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

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

background-color css

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

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

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

border-color css

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

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

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