Html Css Color HEX #BCB490 Coriander

📋 copy color: '#BCB490'

red 188 ◦ green 180 ◦ blue 144

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

Shades of Coriander #BCB490

Tints of Coriander #BCB490

RGB

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

 GREEN value IS 180 (70.7% from 255) = 35.16%

 BLUE value IS 144 (56.64% from 255) = 28.13%

R = 36.72%
G = 35.16%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCB490 (or 0xBCB490) is known color: Coriander. HEX triplet: BC, B4 and 90. RGB value is (188,180,144). Sum of RGB (Red+Green+Blue) = 188+180+144=512 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.72% from 512); Green value is 180 (70.70% from 255 or 35.16% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB490 is #434B6F. Grayscale: #B2B2B2. Windows color (decimal): -4410224 or 9483452. OLE color: 9483452.

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

Color convert

RGB 188 180 144 -
CMYK 0 0.04 0.23 0.26
HSL 49.09º 0.25% 0.65% -
HSV(B) 49.09º 0.23% 0.74% -
XYZ 42.09 45.35 32.92 -
YUV 178.29 108.65 134.93 -
System Red Green Blue C M Y K H S L
Decimal 188 180 144 0 0.04 0.23 0.26 49.09 0.25 0.65
Hex BC B4 90 0 4 17 1A 31 19 41
Octal 274 264 220 0 4 27 32 61 31 101
Binary 10111100 10110100 10010000 0 100 10111 11010 110001 11001 1000001

Color Harmonies of #BCB490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB490

Black with #BCB490

Text Example


Text Example

White with #BCB490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB490; }

 p { color: rgb(188,180,144); }

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

background-color css

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

 a { background-color: rgb(188,180,144); }

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

border-color css

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

 span { border-color: rgb(188,180,144); }

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