Html Css Color HEX #BFBC91 Coriander

📋 copy color: '#BFBC91'

red 191 ◦ green 188 ◦ blue 145

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

Shades of Coriander #BFBC91

Tints of Coriander #BFBC91

RGB

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

 GREEN value IS 188 (73.83% from 255) = 35.88%

 BLUE value IS 145 (57.03% from 255) = 27.67%

R = 36.45%
G = 35.88%
B = 27.67%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#BFBC91 (or 0xBFBC91) is known color: Coriander. HEX triplet: BF, BC and 91. RGB value is (191,188,145). Sum of RGB (Red+Green+Blue) = 191+188+145=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 145 (57.03% from 255 or 27.67% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC91 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC91 is #40436E. Grayscale: #B8B8B8. Windows color (decimal): -4211567 or 9551039. OLE color: 9551039.

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

Color convert

RGB 191 188 145 -
CMYK 0 0.02 0.24 0.25
HSL 56.09º 0.26% 0.66% -
HSV(B) 56.09º 0.24% 0.75% -
XYZ 44.58 49.09 33.91 -
YUV 184 105.99 133 -
System Red Green Blue C M Y K H S L
Decimal 191 188 145 0 0.02 0.24 0.25 56.09 0.26 0.66
Hex BF BC 91 0 2 18 19 38 1A 42
Octal 277 274 221 0 2 30 31 70 32 102
Binary 10111111 10111100 10010001 0 10 11000 11001 111000 11010 1000010

Color Harmonies of #BFBC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC91

Black with #BFBC91

Text Example


Text Example

White with #BFBC91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC91; }

 p { color: rgb(191,188,145); }

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

background-color css

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

 a { background-color: rgb(191,188,145); }

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

border-color css

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

 span { border-color: rgb(191,188,145); }

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