Html Css Color HEX #BD982D Nugget

📋 copy color: '#BD982D'

red 189 ◦ green 152 ◦ blue 45

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

Shades of Nugget #BD982D

Tints of Nugget #BD982D

RGB

 RED value IS 189 (74.22% from 255) = 48.96%

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

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

R = 48.96%
G = 39.38%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD982D (or 0xBD982D) is known color: Nugget. HEX triplet: BD, 98 and 2D. RGB value is (189,152,45). Sum of RGB (Red+Green+Blue) = 189+152+45=386 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.96% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 45 (17.97% from 255 or 11.66% from 386); Max value from RGB is 189 - color contains mainly: red. Hex color #BD982D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD982D is #4267D2. Grayscale: #979797. Windows color (decimal): -4351955 or 2988221. OLE color: 2988221.

HSL color Cylindrical-coordinate representation of color #BD982D: hue angle of 44.58º degrees, saturation: 0.62, 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 #BD982D is Cyan = 0, Magento = 0.20, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 152 45 -
CMYK 0 0.20 0.76 0.26
HSL 44.58º 0.62% 0.46% -
HSV(B) 44.58º 0.76% 0.74% -
XYZ 32.69 33.46 7.22 -
YUV 150.87 68.26 155.2 -
System Red Green Blue C M Y K H S L
Decimal 189 152 45 0 0.20 0.76 0.26 44.58 0.62 0.46
Hex BD 98 2D 0 14 4C 1A 2D 3E 2E
Octal 275 230 55 0 24 114 32 55 76 56
Binary 10111101 10011000 101101 0 10100 1001100 11010 101101 111110 101110

Color Harmonies of #BD982D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD982D

Black with #BD982D

Text Example


Text Example

White with #BD982D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD982D; }

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

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

background-color css

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

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

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

border-color css

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

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

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