Html Css Color HEX #BCB996 Coriander

📋 copy color: '#BCB996'

red 188 ◦ green 185 ◦ blue 150

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

Shades of Coriander #BCB996

Tints of Coriander #BCB996

RGB

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

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

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

R = 35.95%
G = 35.37%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCB996 (or 0xBCB996) is known color: Coriander. HEX triplet: BC, B9 and 96. RGB value is (188,185,150). Sum of RGB (Red+Green+Blue) = 188+185+150=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 185 (72.66% from 255 or 35.37% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB996 is #434669. Grayscale: #B6B6B6. Windows color (decimal): -4408938 or 9877948. OLE color: 9877948.

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

Color convert

RGB 188 185 150 -
CMYK 0 0.02 0.20 0.26
HSL 55.26º 0.22% 0.66% -
HSV(B) 55.26º 0.2% 0.74% -
XYZ 43.59 47.59 35.74 -
YUV 181.91 109.99 132.35 -
System Red Green Blue C M Y K H S L
Decimal 188 185 150 0 0.02 0.20 0.26 55.26 0.22 0.66
Hex BC B9 96 0 2 14 1A 37 16 42
Octal 274 271 226 0 2 24 32 67 26 102
Binary 10111100 10111001 10010110 0 10 10100 11010 110111 10110 1000010

Color Harmonies of #BCB996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB996

Black with #BCB996

Text Example


Text Example

White with #BCB996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB996; }

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

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

background-color css

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

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

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

border-color css

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

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

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