Html Css Color HEX #BFBC8D Coriander

📋 copy color: '#BFBC8D'

red 191 ◦ green 188 ◦ blue 141

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

Shades of Coriander #BFBC8D

Tints of Coriander #BFBC8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.12%

R = 36.73%
G = 36.15%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BFBC8D (or 0xBFBC8D) is known color: Coriander. HEX triplet: BF, BC and 8D. RGB value is (191,188,141). Sum of RGB (Red+Green+Blue) = 191+188+141=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 188 (73.83% from 255 or 36.15% from 520); Blue value is 141 (55.47% from 255 or 27.12% from 520); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC8D is #404372. Grayscale: #B7B7B7. Windows color (decimal): -4211571 or 9288895. OLE color: 9288895.

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

Color convert

RGB 191 188 141 -
CMYK 0 0.02 0.26 0.25
HSL 56.4º 0.28% 0.65% -
HSV(B) 56.4º 0.26% 0.75% -
XYZ 44.28 48.97 32.32 -
YUV 183.54 103.99 133.32 -
System Red Green Blue C M Y K H S L
Decimal 191 188 141 0 0.02 0.26 0.25 56.4 0.28 0.65
Hex BF BC 8D 0 2 1A 19 38 1C 41
Octal 277 274 215 0 2 32 31 70 34 101
Binary 10111111 10111100 10001101 0 10 11010 11001 111000 11100 1000001

Color Harmonies of #BFBC8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC8D

Black with #BFBC8D

Text Example


Text Example

White with #BFBC8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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