Html Css Color HEX #BFBA93 Coriander

📋 copy color: '#BFBA93'

red 191 ◦ green 186 ◦ blue 147

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

Shades of Coriander #BFBA93

Tints of Coriander #BFBA93

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.5%

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

R = 36.45%
G = 35.5%
B = 28.05%

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

#BFBA93 (or 0xBFBA93) is known color: Coriander. HEX triplet: BF, BA and 93. RGB value is (191,186,147). Sum of RGB (Red+Green+Blue) = 191+186+147=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 147 (57.81% from 255 or 28.05% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA93 is #40456C. Grayscale: #B7B7B7. Windows color (decimal): -4212077 or 9681599. OLE color: 9681599.

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

Color convert

RGB 191 186 147 -
CMYK 0 0.03 0.23 0.25
HSL 53.18º 0.26% 0.66% -
HSV(B) 53.18º 0.23% 0.75% -
XYZ 44.31 48.3 34.59 -
YUV 183.05 107.66 133.67 -
System Red Green Blue C M Y K H S L
Decimal 191 186 147 0 0.03 0.23 0.25 53.18 0.26 0.66
Hex BF BA 93 0 3 17 19 35 1A 42
Octal 277 272 223 0 3 27 31 65 32 102
Binary 10111111 10111010 10010011 0 11 10111 11001 110101 11010 1000010

Color Harmonies of #BFBA93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA93

Black with #BFBA93

Text Example


Text Example

White with #BFBA93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA93; }

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

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

background-color css

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

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

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

border-color css

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

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

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