Html Css Color HEX #BCB286 Chino

📋 copy color: '#BCB286'

red 188 ◦ green 178 ◦ blue 134

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

Shades of Chino #BCB286

Tints of Chino #BCB286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 35.6%

 BLUE value IS 134 (52.73% from 255) = 26.8%

R = 37.6%
G = 35.6%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCB286 (or 0xBCB286) is known color: Chino. HEX triplet: BC, B2 and 86. RGB value is (188,178,134). Sum of RGB (Red+Green+Blue) = 188+178+134=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 134 (52.73% from 255 or 26.8% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB286 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB286 is #434D79. Grayscale: #B0B0B0. Windows color (decimal): -4410746 or 8827580. OLE color: 8827580.

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

Color convert

RGB 188 178 134 -
CMYK 0 0.05 0.29 0.26
HSL 48.89º 0.29% 0.63% -
HSV(B) 48.89º 0.29% 0.74% -
XYZ 40.96 44.25 28.94 -
YUV 175.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 188 178 134 0 0.05 0.29 0.26 48.89 0.29 0.63
Hex BC B2 86 0 5 1D 1A 31 1D 3F
Octal 274 262 206 0 5 35 32 61 35 77
Binary 10111100 10110010 10000110 0 101 11101 11010 110001 11101 111111

Color Harmonies of #BCB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB286

Black with #BCB286

Text Example


Text Example

White with #BCB286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB286; }

 p { color: rgb(188,178,134); }

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

background-color css

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

 a { background-color: rgb(188,178,134); }

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

border-color css

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

 span { border-color: rgb(188,178,134); }

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