Html Css Color HEX #BFBA8D Coriander

📋 copy color: '#BFBA8D'

red 191 ◦ green 186 ◦ blue 141

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

Shades of Coriander #BFBA8D

Tints of Coriander #BFBA8D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.91%

 BLUE value IS 141 (55.47% from 255) = 27.22%

R = 36.87%
G = 35.91%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#BFBA8D (or 0xBFBA8D) is known color: Coriander. HEX triplet: BF, BA and 8D. RGB value is (191,186,141). Sum of RGB (Red+Green+Blue) = 191+186+141=518 (68% of max value = 765). Red value is 191 (75% from 255 or 36.87% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 141 (55.47% from 255 or 27.22% from 518); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA8D is #404572. Grayscale: #B6B6B6. Windows color (decimal): -4212083 or 9288383. OLE color: 9288383.

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

Color convert

RGB 191 186 141 -
CMYK 0 0.03 0.26 0.25
HSL 54º 0.28% 0.65% -
HSV(B) 54º 0.26% 0.75% -
XYZ 43.85 48.12 32.18 -
YUV 182.37 104.66 134.16 -
System Red Green Blue C M Y K H S L
Decimal 191 186 141 0 0.03 0.26 0.25 54 0.28 0.65
Hex BF BA 8D 0 3 1A 19 36 1C 41
Octal 277 272 215 0 3 32 31 66 34 101
Binary 10111111 10111010 10001101 0 11 11010 11001 110110 11100 1000001

Color Harmonies of #BFBA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA8D

Black with #BFBA8D

Text Example


Text Example

White with #BFBA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA8D; }

 p { color: rgb(191,186,141); }

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

background-color css

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

 a { background-color: rgb(191,186,141); }

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

border-color css

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

 span { border-color: rgb(191,186,141); }

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