Html Css Color HEX #BFB78C Coriander

📋 copy color: '#BFB78C'

red 191 ◦ green 183 ◦ blue 140

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

Shades of Coriander #BFB78C

Tints of Coriander #BFB78C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 35.6%

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

R = 37.16%
G = 35.6%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#BFB78C (or 0xBFB78C) is known color: Coriander. HEX triplet: BF, B7 and 8C. RGB value is (191,183,140). Sum of RGB (Red+Green+Blue) = 191+183+140=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 183 (71.88% from 255 or 35.60% from 514); Blue value is 140 (55.08% from 255 or 27.24% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB78C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB78C is #404873. Grayscale: #B4B4B4. Windows color (decimal): -4212852 or 9222079. OLE color: 9222079.

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

Color convert

RGB 191 183 140 -
CMYK 0 0.04 0.27 0.25
HSL 50.59º 0.28% 0.65% -
HSV(B) 50.59º 0.27% 0.75% -
XYZ 43.15 46.84 31.58 -
YUV 180.49 105.15 135.5 -
System Red Green Blue C M Y K H S L
Decimal 191 183 140 0 0.04 0.27 0.25 50.59 0.28 0.65
Hex BF B7 8C 0 4 1B 19 33 1C 41
Octal 277 267 214 0 4 33 31 63 34 101
Binary 10111111 10110111 10001100 0 100 11011 11001 110011 11100 1000001

Color Harmonies of #BFB78C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB78C

Black with #BFB78C

Text Example


Text Example

White with #BFB78C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB78C; }

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

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

background-color css

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

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

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

border-color css

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

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

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