Html Css Color HEX #BFBC8E Coriander

📋 copy color: '#BFBC8E'

red 191 ◦ green 188 ◦ blue 142

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

Shades of Coriander #BFBC8E

Tints of Coriander #BFBC8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 27.26%

R = 36.66%
G = 36.08%
B = 27.26%

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

#BFBC8E (or 0xBFBC8E) is known color: Coriander. HEX triplet: BF, BC and 8E. RGB value is (191,188,142). Sum of RGB (Red+Green+Blue) = 191+188+142=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 188 (73.83% from 255 or 36.08% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBC8E is #404371. Grayscale: #B7B7B7. Windows color (decimal): -4211570 or 9354431. OLE color: 9354431.

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

Color convert

RGB 191 188 142 -
CMYK 0 0.02 0.26 0.25
HSL 56.33º 0.28% 0.65% -
HSV(B) 56.33º 0.26% 0.75% -
XYZ 44.35 49 32.71 -
YUV 183.65 104.49 133.24 -
System Red Green Blue C M Y K H S L
Decimal 191 188 142 0 0.02 0.26 0.25 56.33 0.28 0.65
Hex BF BC 8E 0 2 1A 19 38 1C 41
Octal 277 274 216 0 2 32 31 70 34 101
Binary 10111111 10111100 10001110 0 10 11010 11001 111000 11100 1000001

Color Harmonies of #BFBC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBC8E

Black with #BFBC8E

Text Example


Text Example

White with #BFBC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBC8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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