Html Css Color HEX #BFB895 Coriander

📋 copy color: '#BFB895'

red 191 ◦ green 184 ◦ blue 149

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

Shades of Coriander #BFB895

Tints of Coriander #BFB895

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.11%

 BLUE value IS 149 (58.59% from 255) = 28.44%

R = 36.45%
G = 35.11%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.25

RGB Variations

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

Color information

#BFB895 (or 0xBFB895) is known color: Coriander. HEX triplet: BF, B8 and 95. RGB value is (191,184,149). Sum of RGB (Red+Green+Blue) = 191+184+149=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 184 (72.27% from 255 or 35.11% from 524); Blue value is 149 (58.59% from 255 or 28.44% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB895 is #40476A. Grayscale: #B6B6B6. Windows color (decimal): -4212587 or 9812159. OLE color: 9812159.

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

Color convert

RGB 191 184 149 -
CMYK 0 0.04 0.22 0.25
HSL 50º 0.25% 0.67% -
HSV(B) 50º 0.22% 0.75% -
XYZ 44.05 47.53 35.29 -
YUV 182.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 191 184 149 0 0.04 0.22 0.25 50 0.25 0.67
Hex BF B8 95 0 4 16 19 32 19 43
Octal 277 270 225 0 4 26 31 62 31 103
Binary 10111111 10111000 10010101 0 100 10110 11001 110010 11001 1000011

Color Harmonies of #BFB895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB895

Black with #BFB895

Text Example


Text Example

White with #BFB895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB895; }

 p { color: rgb(191,184,149); }

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

background-color css

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

 a { background-color: rgb(191,184,149); }

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

border-color css

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

 span { border-color: rgb(191,184,149); }

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