Html Css Color HEX #BCB287 Chino

📋 copy color: '#BCB287'

red 188 ◦ green 178 ◦ blue 135

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

Shades of Chino #BCB287

Tints of Chino #BCB287

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.95%

R = 37.52%
G = 35.53%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCB287 (or 0xBCB287) is known color: Chino. HEX triplet: BC, B2 and 87. RGB value is (188,178,135). Sum of RGB (Red+Green+Blue) = 188+178+135=501 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.52% from 501); Green value is 178 (69.92% from 255 or 35.53% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB287 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB287 is #434D78. Grayscale: #B0B0B0. Windows color (decimal): -4410745 or 8893116. OLE color: 8893116.

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

Color convert

RGB 188 178 135 -
CMYK 0 0.05 0.28 0.26
HSL 48.68º 0.28% 0.63% -
HSV(B) 48.68º 0.28% 0.74% -
XYZ 41.03 44.28 29.31 -
YUV 176.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 188 178 135 0 0.05 0.28 0.26 48.68 0.28 0.63
Hex BC B2 87 0 5 1C 1A 31 1C 3F
Octal 274 262 207 0 5 34 32 61 34 77
Binary 10111100 10110010 10000111 0 101 11100 11010 110001 11100 111111

Color Harmonies of #BCB287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB287

Black with #BCB287

Text Example


Text Example

White with #BCB287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB287; }

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

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

background-color css

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

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

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

border-color css

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

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

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