Html Css Color HEX #BD962D Nugget

📋 copy color: '#BD962D'

red 189 ◦ green 150 ◦ blue 45

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

Shades of Nugget #BD962D

Tints of Nugget #BD962D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.06%

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

R = 49.22%
G = 39.06%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD962D (or 0xBD962D) is known color: Nugget. HEX triplet: BD, 96 and 2D. RGB value is (189,150,45). Sum of RGB (Red+Green+Blue) = 189+150+45=384 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.22% from 384); Green value is 150 (58.98% from 255 or 39.06% from 384); Blue value is 45 (17.97% from 255 or 11.72% from 384); Max value from RGB is 189 - color contains mainly: red. Hex color #BD962D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD962D is #4269D2. Grayscale: #969696. Windows color (decimal): -4352467 or 2987709. OLE color: 2987709.

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

Color convert

RGB 189 150 45 -
CMYK 0 0.21 0.76 0.26
HSL 43.75º 0.62% 0.46% -
HSV(B) 43.75º 0.76% 0.74% -
XYZ 32.37 32.82 7.11 -
YUV 149.69 68.92 156.04 -
System Red Green Blue C M Y K H S L
Decimal 189 150 45 0 0.21 0.76 0.26 43.75 0.62 0.46
Hex BD 96 2D 0 15 4C 1A 2C 3E 2E
Octal 275 226 55 0 25 114 32 54 76 56
Binary 10111101 10010110 101101 0 10101 1001100 11010 101100 111110 101110

Color Harmonies of #BD962D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD962D

Black with #BD962D

Text Example


Text Example

White with #BD962D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD962D; }

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

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

background-color css

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

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

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

border-color css

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

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

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