Html Css Color HEX #BFBA87 Coriander

📋 copy color: '#BFBA87'

red 191 ◦ green 186 ◦ blue 135

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

Shades of Coriander #BFBA87

Tints of Coriander #BFBA87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.37%

R = 37.3%
G = 36.33%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.29

 K value IS 0.25

RGB Variations

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

Color information

#BFBA87 (or 0xBFBA87) is known color: Coriander. HEX triplet: BF, BA and 87. RGB value is (191,186,135). Sum of RGB (Red+Green+Blue) = 191+186+135=512 (67% of max value = 765). Red value is 191 (75% from 255 or 37.30% from 512); Green value is 186 (73.05% from 255 or 36.33% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA87 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA87 is #404578. Grayscale: #B5B5B5. Windows color (decimal): -4212089 or 8895167. OLE color: 8895167.

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

Color convert

RGB 191 186 135 -
CMYK 0 0.03 0.29 0.25
HSL 54.64º 0.3% 0.64% -
HSV(B) 54.64º 0.29% 0.75% -
XYZ 43.42 47.94 29.89 -
YUV 181.68 101.66 134.65 -
System Red Green Blue C M Y K H S L
Decimal 191 186 135 0 0.03 0.29 0.25 54.64 0.3 0.64
Hex BF BA 87 0 3 1D 19 37 1E 40
Octal 277 272 207 0 3 35 31 67 36 100
Binary 10111111 10111010 10000111 0 11 11101 11001 110111 11110 1000000

Color Harmonies of #BFBA87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA87

Black with #BFBA87

Text Example


Text Example

White with #BFBA87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA87; }

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

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

background-color css

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

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

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

border-color css

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

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

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