Html Css Color HEX #BCB18D Chino

📋 copy color: '#BCB18D'

red 188 ◦ green 177 ◦ blue 141

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

Shades of Chino #BCB18D

Tints of Chino #BCB18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 37.15%
G = 34.98%
B = 27.87%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCB18D (or 0xBCB18D) is known color: Chino. HEX triplet: BC, B1 and 8D. RGB value is (188,177,141). Sum of RGB (Red+Green+Blue) = 188+177+141=506 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.15% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB18D is #434E72. Grayscale: #B0B0B0. Windows color (decimal): -4410995 or 9286076. OLE color: 9286076.

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

Color convert

RGB 188 177 141 -
CMYK 0 0.06 0.25 0.26
HSL 45.96º 0.26% 0.65% -
HSV(B) 45.96º 0.25% 0.74% -
XYZ 41.27 44.06 31.53 -
YUV 176.19 108.14 136.43 -
System Red Green Blue C M Y K H S L
Decimal 188 177 141 0 0.06 0.25 0.26 45.96 0.26 0.65
Hex BC B1 8D 0 6 19 1A 2E 1A 41
Octal 274 261 215 0 6 31 32 56 32 101
Binary 10111100 10110001 10001101 0 110 11001 11010 101110 11010 1000001

Color Harmonies of #BCB18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB18D

Black with #BCB18D

Text Example


Text Example

White with #BCB18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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