Html Css Color HEX #BFBD90 Coriander

📋 copy color: '#BFBD90'

red 191 ◦ green 189 ◦ blue 144

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

Shades of Coriander #BFBD90

Tints of Coriander #BFBD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 27.48%

R = 36.45%
G = 36.07%
B = 27.48%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFBD90 (or 0xBFBD90) is known color: Coriander. HEX triplet: BF, BD and 90. RGB value is (191,189,144). Sum of RGB (Red+Green+Blue) = 191+189+144=524 (69% of max value = 765). Red value is 191 (75% from 255 or 36.45% from 524); Green value is 189 (74.22% from 255 or 36.07% from 524); Blue value is 144 (56.64% from 255 or 27.48% from 524); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBD90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBD90 is #40426F. Grayscale: #B8B8B8. Windows color (decimal): -4211312 or 9485759. OLE color: 9485759.

HSL color Cylindrical-coordinate representation of color #BFBD90: hue angle of 57.45º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFBD90 is Cyan = 0, Magento = 0.01, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 189 144 -
CMYK 0 0.01 0.25 0.25
HSL 57.45º 0.27% 0.66% -
HSV(B) 57.45º 0.25% 0.75% -
XYZ 44.72 49.49 33.58 -
YUV 184.47 105.16 132.66 -
System Red Green Blue C M Y K H S L
Decimal 191 189 144 0 0.01 0.25 0.25 57.45 0.27 0.66
Hex BF BD 90 0 1 19 19 39 1B 42
Octal 277 275 220 0 1 31 31 71 33 102
Binary 10111111 10111101 10010000 0 1 11001 11001 111001 11011 1000010

Color Harmonies of #BFBD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBD90

Black with #BFBD90

Text Example


Text Example

White with #BFBD90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBD90; }

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

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

background-color css

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

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

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

border-color css

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

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

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