Html Css Color HEX #BFBC8C Coriander

📋 copy color: '#BFBC8C'

red 191 ◦ green 188 ◦ blue 140

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

Shades of Coriander #BFBC8C

Tints of Coriander #BFBC8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.97%

R = 36.8%
G = 36.22%
B = 26.97%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFBC8C (or 0xBFBC8C) is known color: Coriander. HEX triplet: BF, BC and 8C. RGB value is (191,188,140). Sum of RGB (Red+Green+Blue) = 191+188+140=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 188 (73.83% from 255 or 36.22% from 519); Blue value is 140 (55.08% from 255 or 26.97% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC8C is #404373. Grayscale: #B7B7B7. Windows color (decimal): -4211572 or 9223359. OLE color: 9223359.

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

Color convert

RGB 191 188 140 -
CMYK 0 0.02 0.27 0.25
HSL 56.47º 0.28% 0.65% -
HSV(B) 56.47º 0.27% 0.75% -
XYZ 44.2 48.94 31.93 -
YUV 183.43 103.49 133.4 -
System Red Green Blue C M Y K H S L
Decimal 191 188 140 0 0.02 0.27 0.25 56.47 0.28 0.65
Hex BF BC 8C 0 2 1B 19 38 1C 41
Octal 277 274 214 0 2 33 31 70 34 101
Binary 10111111 10111100 10001100 0 10 11011 11001 111000 11100 1000001

Color Harmonies of #BFBC8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC8C

Black with #BFBC8C

Text Example


Text Example

White with #BFBC8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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