Html Css Color HEX #BCB594 Coriander

📋 copy color: '#BCB594'

red 188 ◦ green 181 ◦ blue 148

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

Shades of Coriander #BCB594

Tints of Coriander #BCB594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 28.63%

R = 36.36%
G = 35.01%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BCB594 (or 0xBCB594) is known color: Coriander. HEX triplet: BC, B5 and 94. RGB value is (188,181,148). Sum of RGB (Red+Green+Blue) = 188+181+148=517 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.36% from 517); Green value is 181 (71.09% from 255 or 35.01% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB594 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB594 is #434A6B. Grayscale: #B3B3B3. Windows color (decimal): -4409964 or 9745852. OLE color: 9745852.

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

Color convert

RGB 188 181 148 -
CMYK 0 0.04 0.21 0.26
HSL 49.5º 0.23% 0.66% -
HSV(B) 49.5º 0.21% 0.74% -
XYZ 42.61 45.88 34.63 -
YUV 179.33 110.32 134.18 -
System Red Green Blue C M Y K H S L
Decimal 188 181 148 0 0.04 0.21 0.26 49.5 0.23 0.66
Hex BC B5 94 0 4 15 1A 32 17 42
Octal 274 265 224 0 4 25 32 62 27 102
Binary 10111100 10110101 10010100 0 100 10101 11010 110010 10111 1000010

Color Harmonies of #BCB594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB594

Black with #BCB594

Text Example


Text Example

White with #BCB594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB594; }

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

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

background-color css

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

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

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

border-color css

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

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

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