Html Css Color HEX #BFB98F Coriander

📋 copy color: '#BFB98F'

red 191 ◦ green 185 ◦ blue 143

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

Shades of Coriander #BFB98F

Tints of Coriander #BFB98F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.65%

 BLUE value IS 143 (56.25% from 255) = 27.55%

R = 36.8%
G = 35.65%
B = 27.55%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.25

 K value IS 0.25

RGB Variations

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

Color information

#BFB98F (or 0xBFB98F) is known color: Coriander. HEX triplet: BF, B9 and 8F. RGB value is (191,185,143). Sum of RGB (Red+Green+Blue) = 191+185+143=519 (68% of max value = 765). Red value is 191 (75% from 255 or 36.80% from 519); Green value is 185 (72.66% from 255 or 35.65% from 519); Blue value is 143 (56.25% from 255 or 27.55% from 519); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB98F is #404670. Grayscale: #B6B6B6. Windows color (decimal): -4212337 or 9419199. OLE color: 9419199.

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

Color convert

RGB 191 185 143 -
CMYK 0 0.03 0.25 0.25
HSL 52.5º 0.27% 0.65% -
HSV(B) 52.5º 0.25% 0.75% -
XYZ 43.79 47.76 32.9 -
YUV 182.01 105.99 134.42 -
System Red Green Blue C M Y K H S L
Decimal 191 185 143 0 0.03 0.25 0.25 52.5 0.27 0.65
Hex BF B9 8F 0 3 19 19 34 1B 41
Octal 277 271 217 0 3 31 31 64 33 101
Binary 10111111 10111001 10001111 0 11 11001 11001 110100 11011 1000001

Color Harmonies of #BFB98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB98F

Black with #BFB98F

Text Example


Text Example

White with #BFB98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB98F; }

 p { color: rgb(191,185,143); }

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

background-color css

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

 a { background-color: rgb(191,185,143); }

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

border-color css

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

 span { border-color: rgb(191,185,143); }

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