Html Css Color HEX #BCB997 Coriander

📋 copy color: '#BCB997'

red 188 ◦ green 185 ◦ blue 151

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

Shades of Coriander #BCB997

Tints of Coriander #BCB997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 28.82%

R = 35.88%
G = 35.31%
B = 28.82%

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

#BCB997 (or 0xBCB997) is known color: Coriander. HEX triplet: BC, B9 and 97. RGB value is (188,185,151). Sum of RGB (Red+Green+Blue) = 188+185+151=524 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.88% from 524); Green value is 185 (72.66% from 255 or 35.31% from 524); Blue value is 151 (59.38% from 255 or 28.82% from 524); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB997 is #434668. Grayscale: #B6B6B6. Windows color (decimal): -4408937 or 9943484. OLE color: 9943484.

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

Color convert

RGB 188 185 151 -
CMYK 0 0.02 0.20 0.26
HSL 55.14º 0.22% 0.66% -
HSV(B) 55.14º 0.2% 0.74% -
XYZ 43.67 47.62 36.17 -
YUV 182.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 188 185 151 0 0.02 0.20 0.26 55.14 0.22 0.66
Hex BC B9 97 0 2 14 1A 37 16 42
Octal 274 271 227 0 2 24 32 67 26 102
Binary 10111100 10111001 10010111 0 10 10100 11010 110111 10110 1000010

Color Harmonies of #BCB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB997

Black with #BCB997

Text Example


Text Example

White with #BCB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB997; }

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

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

background-color css

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

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

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

border-color css

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

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

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