Html Css Color HEX #BFB690 Coriander

📋 copy color: '#BFB690'

red 191 ◦ green 182 ◦ blue 144

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

Shades of Coriander #BFB690

Tints of Coriander #BFB690

RGB

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

 GREEN value IS 182 (71.48% from 255) = 35.2%

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

R = 36.94%
G = 35.2%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB690 (or 0xBFB690) is known color: Coriander. HEX triplet: BF, B6 and 90. RGB value is (191,182,144). Sum of RGB (Red+Green+Blue) = 191+182+144=517 (68% of max value = 765). Red value is 191 (75% from 255 or 36.94% from 517); Green value is 182 (71.48% from 255 or 35.20% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB690 is #40496F. Grayscale: #B4B4B4. Windows color (decimal): -4213104 or 9483967. OLE color: 9483967.

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

Color convert

RGB 191 182 144 -
CMYK 0 0.05 0.25 0.25
HSL 48.51º 0.27% 0.66% -
HSV(B) 48.51º 0.25% 0.75% -
XYZ 43.25 46.55 33.09 -
YUV 180.36 107.48 135.59 -
System Red Green Blue C M Y K H S L
Decimal 191 182 144 0 0.05 0.25 0.25 48.51 0.27 0.66
Hex BF B6 90 0 5 19 19 31 1B 42
Octal 277 266 220 0 5 31 31 61 33 102
Binary 10111111 10110110 10010000 0 101 11001 11001 110001 11011 1000010

Color Harmonies of #BFB690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB690

Black with #BFB690

Text Example


Text Example

White with #BFB690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB690; }

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

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

background-color css

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

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

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

border-color css

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

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

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