Html Css Color HEX #BCB597 Coriander

📋 copy color: '#BCB597'

red 188 ◦ green 181 ◦ blue 151

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

Shades of Coriander #BCB597

Tints of Coriander #BCB597

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.81%

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

R = 36.15%
G = 34.81%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BCB597 (or 0xBCB597) is known color: Coriander. HEX triplet: BC, B5 and 97. RGB value is (188,181,151). Sum of RGB (Red+Green+Blue) = 188+181+151=520 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.15% from 520); Green value is 181 (71.09% from 255 or 34.81% from 520); Blue value is 151 (59.38% from 255 or 29.04% from 520); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB597 is #434A68. Grayscale: #B3B3B3. Windows color (decimal): -4409961 or 9942460. OLE color: 9942460.

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

Color convert

RGB 188 181 151 -
CMYK 0 0.04 0.20 0.26
HSL 48.65º 0.22% 0.66% -
HSV(B) 48.65º 0.2% 0.74% -
XYZ 42.85 45.97 35.89 -
YUV 179.67 111.82 133.94 -
System Red Green Blue C M Y K H S L
Decimal 188 181 151 0 0.04 0.20 0.26 48.65 0.22 0.66
Hex BC B5 97 0 4 14 1A 31 16 42
Octal 274 265 227 0 4 24 32 61 26 102
Binary 10111100 10110101 10010111 0 100 10100 11010 110001 10110 1000010

Color Harmonies of #BCB597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB597

Black with #BCB597

Text Example


Text Example

White with #BCB597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB597; }

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

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

background-color css

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

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

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

border-color css

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

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

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