Html Css Color HEX #BFBA88 Coriander

📋 copy color: '#BFBA88'

red 191 ◦ green 186 ◦ blue 136

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

Shades of Coriander #BFBA88

Tints of Coriander #BFBA88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.51%

R = 37.23%
G = 36.26%
B = 26.51%

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

#BFBA88 (or 0xBFBA88) is known color: Coriander. HEX triplet: BF, BA and 88. RGB value is (191,186,136). Sum of RGB (Red+Green+Blue) = 191+186+136=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 186 (73.05% from 255 or 36.26% from 513); Blue value is 136 (53.52% from 255 or 26.51% from 513); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFBA88 is #404577. Grayscale: #B6B6B6. Windows color (decimal): -4212088 or 8960703. OLE color: 8960703.

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

Color convert

RGB 191 186 136 -
CMYK 0 0.03 0.29 0.25
HSL 54.55º 0.3% 0.64% -
HSV(B) 54.55º 0.29% 0.75% -
XYZ 43.49 47.97 30.26 -
YUV 181.8 102.16 134.57 -
System Red Green Blue C M Y K H S L
Decimal 191 186 136 0 0.03 0.29 0.25 54.55 0.3 0.64
Hex BF BA 88 0 3 1D 19 37 1E 40
Octal 277 272 210 0 3 35 31 67 36 100
Binary 10111111 10111010 10001000 0 11 11101 11001 110111 11110 1000000

Color Harmonies of #BFBA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBA88

Black with #BFBA88

Text Example


Text Example

White with #BFBA88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBA88; }

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

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

background-color css

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

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

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

border-color css

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

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

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