Html Css Color HEX #BFB98A Coriander

📋 copy color: '#BFB98A'

red 191 ◦ green 185 ◦ blue 138

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

Shades of Coriander #BFB98A

Tints of Coriander #BFB98A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.85%

R = 37.16%
G = 35.99%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.28

 K value IS 0.25

RGB Variations

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

Color information

#BFB98A (or 0xBFB98A) is known color: Coriander. HEX triplet: BF, B9 and 8A. RGB value is (191,185,138). Sum of RGB (Red+Green+Blue) = 191+185+138=514 (68% of max value = 765). Red value is 191 (75% from 255 or 37.16% from 514); Green value is 185 (72.66% from 255 or 35.99% from 514); Blue value is 138 (54.30% from 255 or 26.85% from 514); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFB98A is #404675. Grayscale: #B5B5B5. Windows color (decimal): -4212342 or 9091519. OLE color: 9091519.

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

Color convert

RGB 191 185 138 -
CMYK 0 0.03 0.28 0.25
HSL 53.21º 0.29% 0.65% -
HSV(B) 53.21º 0.28% 0.75% -
XYZ 43.42 47.61 30.95 -
YUV 181.44 103.49 134.82 -
System Red Green Blue C M Y K H S L
Decimal 191 185 138 0 0.03 0.28 0.25 53.21 0.29 0.65
Hex BF B9 8A 0 3 1C 19 35 1D 41
Octal 277 271 212 0 3 34 31 65 35 101
Binary 10111111 10111001 10001010 0 11 11100 11001 110101 11101 1000001

Color Harmonies of #BFB98A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB98A

Black with #BFB98A

Text Example


Text Example

White with #BFB98A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB98A; }

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

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

background-color css

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

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

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

border-color css

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

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

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