Html Css Color HEX #BCB582 Coriander

📋 copy color: '#BCB582'

red 188 ◦ green 181 ◦ blue 130

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

Shades of Coriander #BCB582

Tints of Coriander #BCB582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.05%

R = 37.68%
G = 36.27%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCB582 (or 0xBCB582) is known color: Coriander. HEX triplet: BC, B5 and 82. RGB value is (188,181,130). Sum of RGB (Red+Green+Blue) = 188+181+130=499 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.68% from 499); Green value is 181 (71.09% from 255 or 36.27% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB582 is #434A7D. Grayscale: #B1B1B1. Windows color (decimal): -4409982 or 8566204. OLE color: 8566204.

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

Color convert

RGB 188 181 130 -
CMYK 0 0.04 0.31 0.26
HSL 52.76º 0.3% 0.62% -
HSV(B) 52.76º 0.31% 0.74% -
XYZ 41.29 45.35 27.7 -
YUV 177.28 101.32 135.65 -
System Red Green Blue C M Y K H S L
Decimal 188 181 130 0 0.04 0.31 0.26 52.76 0.3 0.62
Hex BC B5 82 0 4 1F 1A 35 1E 3E
Octal 274 265 202 0 4 37 32 65 36 76
Binary 10111100 10110101 10000010 0 100 11111 11010 110101 11110 111110

Color Harmonies of #BCB582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB582

Black with #BCB582

Text Example


Text Example

White with #BCB582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB582; }

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

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

background-color css

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

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

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

border-color css

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

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

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