Html Css Color HEX #BCBA96 Coriander

📋 copy color: '#BCBA96'

red 188 ◦ green 186 ◦ blue 150

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

Shades of Coriander #BCBA96

Tints of Coriander #BCBA96

RGB

 RED value IS 188 (73.83% from 255) = 35.88%

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

 BLUE value IS 150 (58.98% from 255) = 28.63%

R = 35.88%
G = 35.5%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCBA96 (or 0xBCBA96) is known color: Coriander. HEX triplet: BC, BA and 96. RGB value is (188,186,150). Sum of RGB (Red+Green+Blue) = 188+186+150=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 186 (73.05% from 255 or 35.50% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBA96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBA96 is #434569. Grayscale: #B6B6B6. Windows color (decimal): -4408682 or 9878204. OLE color: 9878204.

HSL color Cylindrical-coordinate representation of color #BCBA96: hue angle of 56.84º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCBA96 is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 186 150 -
CMYK 0 0.01 0.20 0.26
HSL 56.84º 0.22% 0.66% -
HSV(B) 56.84º 0.2% 0.74% -
XYZ 43.8 48.01 35.81 -
YUV 182.49 109.66 131.93 -
System Red Green Blue C M Y K H S L
Decimal 188 186 150 0 0.01 0.20 0.26 56.84 0.22 0.66
Hex BC BA 96 0 1 14 1A 39 16 42
Octal 274 272 226 0 1 24 32 71 26 102
Binary 10111100 10111010 10010110 0 1 10100 11010 111001 10110 1000010

Color Harmonies of #BCBA96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBA96

Black with #BCBA96

Text Example


Text Example

White with #BCBA96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBA96; }

 p { color: rgb(188,186,150); }

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

background-color css

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

 a { background-color: rgb(188,186,150); }

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

border-color css

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

 span { border-color: rgb(188,186,150); }

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