Html Css Color HEX #BCB085 Chino

📋 copy color: '#BCB085'

red 188 ◦ green 176 ◦ blue 133

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

Shades of Chino #BCB085

Tints of Chino #BCB085

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.41%

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

R = 37.83%
G = 35.41%
B = 26.76%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BCB085 (or 0xBCB085) is known color: Chino. HEX triplet: BC, B0 and 85. RGB value is (188,176,133). Sum of RGB (Red+Green+Blue) = 188+176+133=497 (65% of max value = 765). Red value is 188 (73.83% from 255 or 37.83% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 133 (52.34% from 255 or 26.76% from 497); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB085 is #434F7A. Grayscale: #AEAEAE. Windows color (decimal): -4411259 or 8761532. OLE color: 8761532.

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

Color convert

RGB 188 176 133 -
CMYK 0 0.06 0.29 0.26
HSL 46.91º 0.29% 0.63% -
HSV(B) 46.91º 0.29% 0.74% -
XYZ 40.5 43.44 28.44 -
YUV 174.69 104.48 137.5 -
System Red Green Blue C M Y K H S L
Decimal 188 176 133 0 0.06 0.29 0.26 46.91 0.29 0.63
Hex BC B0 85 0 6 1D 1A 2F 1D 3F
Octal 274 260 205 0 6 35 32 57 35 77
Binary 10111100 10110000 10000101 0 110 11101 11010 101111 11101 111111

Color Harmonies of #BCB085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB085

Black with #BCB085

Text Example


Text Example

White with #BCB085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB085; }

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

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

background-color css

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

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

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

border-color css

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

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

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