Html Css Color HEX #BCB885 Coriander

📋 copy color: '#BCB885'

red 188 ◦ green 184 ◦ blue 133

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

Shades of Coriander #BCB885

Tints of Coriander #BCB885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.34%

R = 37.23%
G = 36.44%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCB885 (or 0xBCB885) is known color: Coriander. HEX triplet: BC, B8 and 85. RGB value is (188,184,133). Sum of RGB (Red+Green+Blue) = 188+184+133=505 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.23% from 505); Green value is 184 (72.27% from 255 or 36.44% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCB885 is #43477A. Grayscale: #B3B3B3. Windows color (decimal): -4409211 or 8763580. OLE color: 8763580.

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

Color convert

RGB 188 184 133 -
CMYK 0 0.02 0.29 0.26
HSL 55.64º 0.29% 0.63% -
HSV(B) 55.64º 0.29% 0.74% -
XYZ 42.11 46.67 28.98 -
YUV 179.38 101.83 134.15 -
System Red Green Blue C M Y K H S L
Decimal 188 184 133 0 0.02 0.29 0.26 55.64 0.29 0.63
Hex BC B8 85 0 2 1D 1A 38 1D 3F
Octal 274 270 205 0 2 35 32 70 35 77
Binary 10111100 10111000 10000101 0 10 11101 11010 111000 11101 111111

Color Harmonies of #BCB885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB885

Black with #BCB885

Text Example


Text Example

White with #BCB885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB885; }

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

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

background-color css

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

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

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

border-color css

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

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

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