Html Css Color HEX #BFB490 Coriander

📋 copy color: '#BFB490'

red 191 ◦ green 180 ◦ blue 144

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

Shades of Coriander #BFB490

Tints of Coriander #BFB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 34.95%

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

R = 37.09%
G = 34.95%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB490 (or 0xBFB490) is known color: Coriander. HEX triplet: BF, B4 and 90. RGB value is (191,180,144). Sum of RGB (Red+Green+Blue) = 191+180+144=515 (68% of max value = 765). Red value is 191 (75% from 255 or 37.09% from 515); Green value is 180 (70.70% from 255 or 34.95% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB490 is #404B6F. Grayscale: #B3B3B3. Windows color (decimal): -4213616 or 9483455. OLE color: 9483455.

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

Color convert

RGB 191 180 144 -
CMYK 0 0.06 0.25 0.25
HSL 45.96º 0.27% 0.66% -
HSV(B) 45.96º 0.25% 0.75% -
XYZ 42.84 45.73 32.95 -
YUV 179.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 191 180 144 0 0.06 0.25 0.25 45.96 0.27 0.66
Hex BF B4 90 0 6 19 19 2E 1B 42
Octal 277 264 220 0 6 31 31 56 33 102
Binary 10111111 10110100 10010000 0 110 11001 11001 101110 11011 1000010

Color Harmonies of #BFB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB490

Black with #BFB490

Text Example


Text Example

White with #BFB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB490; }

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

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

background-color css

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

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

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

border-color css

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

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

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