Html Css Color HEX #BCB28D Chino

📋 copy color: '#BCB28D'

red 188 ◦ green 178 ◦ blue 141

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

Shades of Chino #BCB28D

Tints of Chino #BCB28D

RGB

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

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

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

R = 37.08%
G = 35.11%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BCB28D (or 0xBCB28D) is known color: Chino. HEX triplet: BC, B2 and 8D. RGB value is (188,178,141). Sum of RGB (Red+Green+Blue) = 188+178+141=507 (67% of max value = 765). Red value is 188 (73.83% from 255 or 37.08% from 507); Green value is 178 (69.92% from 255 or 35.11% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB28D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCB28D is #434D72. Grayscale: #B0B0B0. Windows color (decimal): -4410739 or 9286332. OLE color: 9286332.

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

Color convert

RGB 188 178 141 -
CMYK 0 0.05 0.25 0.26
HSL 47.23º 0.26% 0.65% -
HSV(B) 47.23º 0.25% 0.74% -
XYZ 41.47 44.46 31.59 -
YUV 176.77 107.81 136.01 -
System Red Green Blue C M Y K H S L
Decimal 188 178 141 0 0.05 0.25 0.26 47.23 0.26 0.65
Hex BC B2 8D 0 5 19 1A 2F 1A 41
Octal 274 262 215 0 5 31 32 57 32 101
Binary 10111100 10110010 10001101 0 101 11001 11010 101111 11010 1000001

Color Harmonies of #BCB28D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB28D

Black with #BCB28D

Text Example


Text Example

White with #BCB28D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB28D; }

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

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

background-color css

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

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

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

border-color css

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

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

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