Html Css Color HEX #BFB593 Coriander

📋 copy color: '#BFB593'

red 191 ◦ green 181 ◦ blue 147

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

Shades of Coriander #BFB593

Tints of Coriander #BFB593

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.87%

 BLUE value IS 147 (57.81% from 255) = 28.32%

R = 36.8%
G = 34.87%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#BFB593 (or 0xBFB593) is known color: Coriander. HEX triplet: BF, B5 and 93. RGB value is (191,181,147). Sum of RGB (Red+Green+Blue) = 191+181+147=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 181 (71.09% from 255 or 34.87% from 519); Blue value is 147 (57.81% from 255 or 28.32% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB593 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB593 is #404A6C. Grayscale: #B4B4B4. Windows color (decimal): -4213357 or 9680319. OLE color: 9680319.

HSL color Cylindrical-coordinate representation of color #BFB593: hue angle of 46.36º degrees, saturation: 0.26, 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 #BFB593 is Cyan = 0, Magento = 0.05, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 181 147 -
CMYK 0 0.05 0.23 0.25
HSL 46.36º 0.26% 0.66% -
HSV(B) 46.36º 0.23% 0.75% -
XYZ 43.28 46.23 34.25 -
YUV 180.11 109.31 135.76 -
System Red Green Blue C M Y K H S L
Decimal 191 181 147 0 0.05 0.23 0.25 46.36 0.26 0.66
Hex BF B5 93 0 5 17 19 2E 1A 42
Octal 277 265 223 0 5 27 31 56 32 102
Binary 10111111 10110101 10010011 0 101 10111 11001 101110 11010 1000010

Color Harmonies of #BFB593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB593

Black with #BFB593

Text Example


Text Example

White with #BFB593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB593; }

 p { color: rgb(191,181,147); }

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

background-color css

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

 a { background-color: rgb(191,181,147); }

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

border-color css

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

 span { border-color: rgb(191,181,147); }

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