Html Css Color HEX #BCB189 Chino

📋 copy color: '#BCB189'

red 188 ◦ green 177 ◦ blue 137

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

Shades of Chino #BCB189

Tints of Chino #BCB189

RGB

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

 GREEN value IS 177 (69.53% from 255) = 35.26%

 BLUE value IS 137 (53.91% from 255) = 27.29%

R = 37.45%
G = 35.26%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCB189 (or 0xBCB189) is known color: Chino. HEX triplet: BC, B1 and 89. RGB value is (188,177,137). Sum of RGB (Red+Green+Blue) = 188+177+137=502 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.45% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB189 is #434E76. Grayscale: #AFAFAF. Windows color (decimal): -4410999 or 9023932. OLE color: 9023932.

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

Color convert

RGB 188 177 137 -
CMYK 0 0.06 0.27 0.26
HSL 47.06º 0.28% 0.64% -
HSV(B) 47.06º 0.27% 0.74% -
XYZ 40.98 43.94 29.99 -
YUV 175.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 188 177 137 0 0.06 0.27 0.26 47.06 0.28 0.64
Hex BC B1 89 0 6 1B 1A 2F 1C 40
Octal 274 261 211 0 6 33 32 57 34 100
Binary 10111100 10110001 10001001 0 110 11011 11010 101111 11100 1000000

Color Harmonies of #BCB189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB189

Black with #BCB189

Text Example


Text Example

White with #BCB189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB189; }

 p { color: rgb(188,177,137); }

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

background-color css

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

 a { background-color: rgb(188,177,137); }

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

border-color css

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

 span { border-color: rgb(188,177,137); }

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