Html Css Color HEX #BCB592 Coriander

📋 copy color: '#BCB592'

red 188 ◦ green 181 ◦ blue 146

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

Shades of Coriander #BCB592

Tints of Coriander #BCB592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 28.35%

R = 36.5%
G = 35.15%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BCB592 (or 0xBCB592) is known color: Coriander. HEX triplet: BC, B5 and 92. RGB value is (188,181,146). Sum of RGB (Red+Green+Blue) = 188+181+146=515 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.50% from 515); Green value is 181 (71.09% from 255 or 35.15% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB592 is #434A6D. Grayscale: #B3B3B3. Windows color (decimal): -4409966 or 9614780. OLE color: 9614780.

HSL color Cylindrical-coordinate representation of color #BCB592: hue angle of 50º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCB592 is Cyan = 0, Magento = 0.04, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 181 146 -
CMYK 0 0.04 0.22 0.26
HSL 50º 0.24% 0.65% -
HSV(B) 50º 0.22% 0.74% -
XYZ 42.45 45.81 33.8 -
YUV 179.1 109.32 134.35 -
System Red Green Blue C M Y K H S L
Decimal 188 181 146 0 0.04 0.22 0.26 50 0.24 0.65
Hex BC B5 92 0 4 16 1A 32 18 41
Octal 274 265 222 0 4 26 32 62 30 101
Binary 10111100 10110101 10010010 0 100 10110 11010 110010 11000 1000001

Color Harmonies of #BCB592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB592

Black with #BCB592

Text Example


Text Example

White with #BCB592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB592; }

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

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

background-color css

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

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

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

border-color css

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

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

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