Html Css Color HEX #BCB991 Coriander

📋 copy color: '#BCB991'

red 188 ◦ green 185 ◦ blue 145

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

Shades of Coriander #BCB991

Tints of Coriander #BCB991

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.99%

R = 36.29%
G = 35.71%
B = 27.99%

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

#BCB991 (or 0xBCB991) is known color: Coriander. HEX triplet: BC, B9 and 91. RGB value is (188,185,145). Sum of RGB (Red+Green+Blue) = 188+185+145=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 185 (72.66% from 255 or 35.71% from 518); Blue value is 145 (57.03% from 255 or 27.99% from 518); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB991 is #43466E. Grayscale: #B5B5B5. Windows color (decimal): -4408943 or 9550268. OLE color: 9550268.

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

Color convert

RGB 188 185 145 -
CMYK 0 0.02 0.23 0.26
HSL 55.81º 0.24% 0.65% -
HSV(B) 55.81º 0.23% 0.74% -
XYZ 43.2 47.43 33.67 -
YUV 181.34 107.49 132.75 -
System Red Green Blue C M Y K H S L
Decimal 188 185 145 0 0.02 0.23 0.26 55.81 0.24 0.65
Hex BC B9 91 0 2 17 1A 38 18 41
Octal 274 271 221 0 2 27 32 70 30 101
Binary 10111100 10111001 10010001 0 10 10111 11010 111000 11000 1000001

Color Harmonies of #BCB991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB991

Black with #BCB991

Text Example


Text Example

White with #BCB991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB991; }

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

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

background-color css

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

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

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

border-color css

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

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

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