Html Css Color HEX #BFBC8F Coriander

📋 copy color: '#BFBC8F'

red 191 ◦ green 188 ◦ blue 143

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

Shades of Coriander #BFBC8F

Tints of Coriander #BFBC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 27.39%

R = 36.59%
G = 36.02%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFBC8F (or 0xBFBC8F) is known color: Coriander. HEX triplet: BF, BC and 8F. RGB value is (191,188,143). Sum of RGB (Red+Green+Blue) = 191+188+143=522 (69% of max value = 765). Red value is 191 (75% from 255 or 36.59% from 522); Green value is 188 (73.83% from 255 or 36.02% from 522); Blue value is 143 (56.25% from 255 or 27.39% from 522); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC8F is #404370. Grayscale: #B7B7B7. Windows color (decimal): -4211569 or 9419967. OLE color: 9419967.

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

Color convert

RGB 191 188 143 -
CMYK 0 0.02 0.25 0.25
HSL 56.25º 0.27% 0.65% -
HSV(B) 56.25º 0.25% 0.75% -
XYZ 44.43 49.03 33.11 -
YUV 183.77 104.99 133.16 -
System Red Green Blue C M Y K H S L
Decimal 191 188 143 0 0.02 0.25 0.25 56.25 0.27 0.65
Hex BF BC 8F 0 2 19 19 38 1B 41
Octal 277 274 217 0 2 31 31 70 33 101
Binary 10111111 10111100 10001111 0 10 11001 11001 111000 11011 1000001

Color Harmonies of #BFBC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC8F

Black with #BFBC8F

Text Example


Text Example

White with #BFBC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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