Html Css Color HEX #BFB78E Coriander

📋 copy color: '#BFB78E'

red 191 ◦ green 183 ◦ blue 142

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

Shades of Coriander #BFB78E

Tints of Coriander #BFB78E

RGB

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

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

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

R = 37.02%
G = 35.47%
B = 27.52%

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

#BFB78E (or 0xBFB78E) is known color: Coriander. HEX triplet: BF, B7 and 8E. RGB value is (191,183,142). Sum of RGB (Red+Green+Blue) = 191+183+142=516 (68% of max value = 765). Red value is 191 (75% from 255 or 37.02% from 516); Green value is 183 (71.88% from 255 or 35.47% from 516); Blue value is 142 (55.86% from 255 or 27.52% from 516); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB78E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB78E is #404871. Grayscale: #B4B4B4. Windows color (decimal): -4212850 or 9353151. OLE color: 9353151.

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

Color convert

RGB 191 183 142 -
CMYK 0 0.04 0.26 0.25
HSL 50.2º 0.28% 0.65% -
HSV(B) 50.2º 0.26% 0.75% -
XYZ 43.3 46.9 32.36 -
YUV 180.72 106.15 135.33 -
System Red Green Blue C M Y K H S L
Decimal 191 183 142 0 0.04 0.26 0.25 50.2 0.28 0.65
Hex BF B7 8E 0 4 1A 19 32 1C 41
Octal 277 267 216 0 4 32 31 62 34 101
Binary 10111111 10110111 10001110 0 100 11010 11001 110010 11100 1000001

Color Harmonies of #BFB78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB78E

Black with #BFB78E

Text Example


Text Example

White with #BFB78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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