Html Css Color HEX #BC8E28 Nugget

📋 copy color: '#BC8E28'

red 188 ◦ green 142 ◦ blue 40

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

Shades of Nugget #BC8E28

Tints of Nugget #BC8E28

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.38%

 BLUE value IS 40 (16.02% from 255) = 10.81%

R = 50.81%
G = 38.38%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.79

 K value IS 0.26

RGB Variations

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

Color information

#BC8E28 (or 0xBC8E28) is known color: Nugget. HEX triplet: BC, 8E and 28. RGB value is (188,142,40). Sum of RGB (Red+Green+Blue) = 188+142+40=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 142 (55.86% from 255 or 38.38% from 370); Blue value is 40 (16.02% from 255 or 10.81% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8E28 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8E28 is #4371D7. Grayscale: #909090. Windows color (decimal): -4420056 or 2657980. OLE color: 2657980.

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

Color convert

RGB 188 142 40 -
CMYK 0 0.24 0.79 0.26
HSL 41.35º 0.65% 0.45% -
HSV(B) 41.35º 0.79% 0.74% -
XYZ 30.8 30.19 6.21 -
YUV 144.13 69.24 159.29 -
System Red Green Blue C M Y K H S L
Decimal 188 142 40 0 0.24 0.79 0.26 41.35 0.65 0.45
Hex BC 8E 28 0 18 4F 1A 29 41 2D
Octal 274 216 50 0 30 117 32 51 101 55
Binary 10111100 10001110 101000 0 11000 1001111 11010 101001 1000001 101101

Color Harmonies of #BC8E28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8E28

Black with #BC8E28

Text Example


Text Example

White with #BC8E28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8E28; }

 p { color: rgb(188,142,40); }

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

background-color css

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

 a { background-color: rgb(188,142,40); }

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

border-color css

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

 span { border-color: rgb(188,142,40); }

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