Html Css Color HEX #BFBD8D Coriander

📋 copy color: '#BFBD8D'

red 191 ◦ green 189 ◦ blue 141

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

Shades of Coriander #BFBD8D

Tints of Coriander #BFBD8D

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.28%

 BLUE value IS 141 (55.47% from 255) = 27.06%

R = 36.66%
G = 36.28%
B = 27.06%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BFBD8D (or 0xBFBD8D) is known color: Coriander. HEX triplet: BF, BD and 8D. RGB value is (191,189,141). Sum of RGB (Red+Green+Blue) = 191+189+141=521 (69% of max value = 765). Red value is 191 (75% from 255 or 36.66% from 521); Green value is 189 (74.22% from 255 or 36.28% from 521); Blue value is 141 (55.47% from 255 or 27.06% from 521); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD8D is #404272. Grayscale: #B8B8B8. Windows color (decimal): -4211315 or 9289151. OLE color: 9289151.

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

Color convert

RGB 191 189 141 -
CMYK 0 0.01 0.26 0.25
HSL 57.6º 0.28% 0.65% -
HSV(B) 57.6º 0.26% 0.75% -
XYZ 44.49 49.39 32.39 -
YUV 184.13 103.66 132.9 -
System Red Green Blue C M Y K H S L
Decimal 191 189 141 0 0.01 0.26 0.25 57.6 0.28 0.65
Hex BF BD 8D 0 1 1A 19 3A 1C 41
Octal 277 275 215 0 1 32 31 72 34 101
Binary 10111111 10111101 10001101 0 1 11010 11001 111010 11100 1000001

Color Harmonies of #BFBD8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD8D

Black with #BFBD8D

Text Example


Text Example

White with #BFBD8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD8D; }

 p { color: rgb(191,189,141); }

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

background-color css

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

 a { background-color: rgb(191,189,141); }

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

border-color css

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

 span { border-color: rgb(191,189,141); }

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