Html Css Color HEX #BFB88E Coriander

📋 copy color: '#BFB88E'

red 191 ◦ green 184 ◦ blue 142

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

Shades of Coriander #BFB88E

Tints of Coriander #BFB88E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.59%

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

R = 36.94%
G = 35.59%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BFB88E (or 0xBFB88E) is known color: Coriander. HEX triplet: BF, B8 and 8E. RGB value is (191,184,142). Sum of RGB (Red+Green+Blue) = 191+184+142=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 184 (72.27% from 255 or 35.59% from 517); Blue value is 142 (55.86% from 255 or 27.47% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB88E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB88E is #404771. Grayscale: #B5B5B5. Windows color (decimal): -4212594 or 9353407. OLE color: 9353407.

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

Color convert

RGB 191 184 142 -
CMYK 0 0.04 0.26 0.25
HSL 51.43º 0.28% 0.65% -
HSV(B) 51.43º 0.26% 0.75% -
XYZ 43.51 47.31 32.43 -
YUV 181.31 105.82 134.92 -
System Red Green Blue C M Y K H S L
Decimal 191 184 142 0 0.04 0.26 0.25 51.43 0.28 0.65
Hex BF B8 8E 0 4 1A 19 33 1C 41
Octal 277 270 216 0 4 32 31 63 34 101
Binary 10111111 10111000 10001110 0 100 11010 11001 110011 11100 1000001

Color Harmonies of #BFB88E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB88E

Black with #BFB88E

Text Example


Text Example

White with #BFB88E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB88E; }

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

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

background-color css

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

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

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

border-color css

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

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

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