Html Css Color HEX #BC982D Nugget

📋 copy color: '#BC982D'

red 188 ◦ green 152 ◦ blue 45

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

Shades of Nugget #BC982D

Tints of Nugget #BC982D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.48%

 BLUE value IS 45 (17.97% from 255) = 11.69%

R = 48.83%
G = 39.48%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BC982D (or 0xBC982D) is known color: Nugget. HEX triplet: BC, 98 and 2D. RGB value is (188,152,45). Sum of RGB (Red+Green+Blue) = 188+152+45=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 45 (17.97% from 255 or 11.69% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC982D is #4367D2. Grayscale: #979797. Windows color (decimal): -4417491 or 2988220. OLE color: 2988220.

HSL color Cylindrical-coordinate representation of color #BC982D: hue angle of 44.9º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BC982D is Cyan = 0, Magento = 0.19, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 152 45 -
CMYK 0 0.19 0.76 0.26
HSL 44.9º 0.61% 0.46% -
HSV(B) 44.9º 0.76% 0.74% -
XYZ 32.44 33.34 7.21 -
YUV 150.57 68.43 154.7 -
System Red Green Blue C M Y K H S L
Decimal 188 152 45 0 0.19 0.76 0.26 44.9 0.61 0.46
Hex BC 98 2D 0 13 4C 1A 2D 3D 2E
Octal 274 230 55 0 23 114 32 55 75 56
Binary 10111100 10011000 101101 0 10011 1001100 11010 101101 111101 101110

Color Harmonies of #BC982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC982D

Black with #BC982D

Text Example


Text Example

White with #BC982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC982D; }

 p { color: rgb(188,152,45); }

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

background-color css

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

 a { background-color: rgb(188,152,45); }

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

border-color css

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

 span { border-color: rgb(188,152,45); }

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