Html Css Color HEX #BCB990 Coriander

📋 copy color: '#BCB990'

red 188 ◦ green 185 ◦ blue 144

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

Shades of Coriander #BCB990

Tints of Coriander #BCB990

RGB

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

 GREEN value IS 185 (72.66% from 255) = 35.78%

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

R = 36.36%
G = 35.78%
B = 27.85%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BCB990 (or 0xBCB990) is known color: Coriander. HEX triplet: BC, B9 and 90. RGB value is (188,185,144). Sum of RGB (Red+Green+Blue) = 188+185+144=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 144 (56.64% from 255 or 27.85% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB990 is #43466F. Grayscale: #B5B5B5. Windows color (decimal): -4408944 or 9484732. OLE color: 9484732.

HSL color Cylindrical-coordinate representation of color #BCB990: hue angle of 55.91º 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 #BCB990 is Cyan = 0, Magento = 0.02, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 185 144 -
CMYK 0 0.02 0.23 0.26
HSL 55.91º 0.25% 0.65% -
HSV(B) 55.91º 0.23% 0.74% -
XYZ 43.12 47.4 33.26 -
YUV 181.22 106.99 132.83 -
System Red Green Blue C M Y K H S L
Decimal 188 185 144 0 0.02 0.23 0.26 55.91 0.25 0.65
Hex BC B9 90 0 2 17 1A 38 19 41
Octal 274 271 220 0 2 27 32 70 31 101
Binary 10111100 10111001 10010000 0 10 10111 11010 111000 11001 1000001

Color Harmonies of #BCB990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB990

Black with #BCB990

Text Example


Text Example

White with #BCB990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB990; }

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

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

background-color css

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

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

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

border-color css

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

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

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