Html Css Color HEX #BCB289 Chino

📋 copy color: '#BCB289'

red 188 ◦ green 178 ◦ blue 137

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

Shades of Chino #BCB289

Tints of Chino #BCB289

RGB

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

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

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

R = 37.38%
G = 35.39%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BCB289 (or 0xBCB289) is known color: Chino. HEX triplet: BC, B2 and 89. RGB value is (188,178,137). Sum of RGB (Red+Green+Blue) = 188+178+137=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB289 is #434D76. Grayscale: #B0B0B0. Windows color (decimal): -4410743 or 9024188. OLE color: 9024188.

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

Color convert

RGB 188 178 137 -
CMYK 0 0.05 0.27 0.26
HSL 48.24º 0.28% 0.64% -
HSV(B) 48.24º 0.27% 0.74% -
XYZ 41.17 44.34 30.05 -
YUV 176.32 105.81 136.33 -
System Red Green Blue C M Y K H S L
Decimal 188 178 137 0 0.05 0.27 0.26 48.24 0.28 0.64
Hex BC B2 89 0 5 1B 1A 30 1C 40
Octal 274 262 211 0 5 33 32 60 34 100
Binary 10111100 10110010 10001001 0 101 11011 11010 110000 11100 1000000

Color Harmonies of #BCB289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB289

Black with #BCB289

Text Example


Text Example

White with #BCB289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB289; }

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

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

background-color css

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

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

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

border-color css

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

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

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