Html Css Color HEX #BCB882 Coriander

📋 copy color: '#BCB882'

red 188 ◦ green 184 ◦ blue 130

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

Shades of Coriander #BCB882

Tints of Coriander #BCB882

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.65%

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

R = 37.45%
G = 36.65%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCB882 (or 0xBCB882) is known color: Coriander. HEX triplet: BC, B8 and 82. RGB value is (188,184,130). Sum of RGB (Red+Green+Blue) = 188+184+130=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB882 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB882 is #43477D. Grayscale: #B3B3B3. Windows color (decimal): -4409214 or 8566972. OLE color: 8566972.

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

Color convert

RGB 188 184 130 -
CMYK 0 0.02 0.31 0.26
HSL 55.86º 0.3% 0.62% -
HSV(B) 55.86º 0.31% 0.74% -
XYZ 41.91 46.58 27.9 -
YUV 179.04 100.33 134.39 -
System Red Green Blue C M Y K H S L
Decimal 188 184 130 0 0.02 0.31 0.26 55.86 0.3 0.62
Hex BC B8 82 0 2 1F 1A 38 1E 3E
Octal 274 270 202 0 2 37 32 70 36 76
Binary 10111100 10111000 10000010 0 10 11111 11010 111000 11110 111110

Color Harmonies of #BCB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB882

Black with #BCB882

Text Example


Text Example

White with #BCB882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB882; }

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

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

background-color css

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

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

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

border-color css

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

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

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