Html Css Color HEX #BCB384 Coriander

📋 copy color: '#BCB384'

red 188 ◦ green 179 ◦ blue 132

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

Shades of Coriander #BCB384

Tints of Coriander #BCB384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.87%

 BLUE value IS 132 (51.95% from 255) = 26.45%

R = 37.68%
G = 35.87%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BCB384 (or 0xBCB384) is known color: Coriander. HEX triplet: BC, B3 and 84. RGB value is (188,179,132). Sum of RGB (Red+Green+Blue) = 188+179+132=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 179 (70.31% from 255 or 35.87% from 499); Blue value is 132 (51.95% from 255 or 26.45% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB384 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB384 is #434C7B. Grayscale: #B0B0B0. Windows color (decimal): -4410492 or 8696764. OLE color: 8696764.

HSL color Cylindrical-coordinate representation of color #BCB384: hue angle of 50.36º degrees, saturation: 0.29, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BCB384 is Cyan = 0, Magento = 0.05, Yellow = 0.30 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 179 132 -
CMYK 0 0.05 0.30 0.26
HSL 50.36º 0.29% 0.63% -
HSV(B) 50.36º 0.3% 0.74% -
XYZ 41.02 44.6 28.28 -
YUV 176.33 102.98 136.32 -
System Red Green Blue C M Y K H S L
Decimal 188 179 132 0 0.05 0.30 0.26 50.36 0.29 0.63
Hex BC B3 84 0 5 1E 1A 32 1D 3F
Octal 274 263 204 0 5 36 32 62 35 77
Binary 10111100 10110011 10000100 0 101 11110 11010 110010 11101 111111

Color Harmonies of #BCB384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB384

Black with #BCB384

Text Example


Text Example

White with #BCB384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB384; }

 p { color: rgb(188,179,132); }

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

background-color css

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

 a { background-color: rgb(188,179,132); }

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

border-color css

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

 span { border-color: rgb(188,179,132); }

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