Html Css Color HEX #BCB088 Chino

📋 copy color: '#BCB088'

red 188 ◦ green 176 ◦ blue 136

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

Shades of Chino #BCB088

Tints of Chino #BCB088

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 27.2%

R = 37.6%
G = 35.2%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.28

 K value IS 0.26

RGB Variations

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

Color information

#BCB088 (or 0xBCB088) is known color: Chino. HEX triplet: BC, B0 and 88. RGB value is (188,176,136). Sum of RGB (Red+Green+Blue) = 188+176+136=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 136 (53.52% from 255 or 27.2% from 500); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB088 is #434F77. Grayscale: #AFAFAF. Windows color (decimal): -4411256 or 8958140. OLE color: 8958140.

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

Color convert

RGB 188 176 136 -
CMYK 0 0.06 0.28 0.26
HSL 46.15º 0.28% 0.64% -
HSV(B) 46.15º 0.28% 0.74% -
XYZ 40.71 43.52 29.55 -
YUV 175.03 105.98 137.25 -
System Red Green Blue C M Y K H S L
Decimal 188 176 136 0 0.06 0.28 0.26 46.15 0.28 0.64
Hex BC B0 88 0 6 1C 1A 2E 1C 40
Octal 274 260 210 0 6 34 32 56 34 100
Binary 10111100 10110000 10001000 0 110 11100 11010 101110 11100 1000000

Color Harmonies of #BCB088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB088

Black with #BCB088

Text Example


Text Example

White with #BCB088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB088; }

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

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

background-color css

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

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

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

border-color css

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

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

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