Html Css Color HEX #BD952D Nugget

📋 copy color: '#BD952D'

red 189 ◦ green 149 ◦ blue 45

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

Shades of Nugget #BD952D

Tints of Nugget #BD952D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.9%

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

R = 49.35%
G = 38.9%
B = 11.75%

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

#BD952D (or 0xBD952D) is known color: Nugget. HEX triplet: BD, 95 and 2D. RGB value is (189,149,45). Sum of RGB (Red+Green+Blue) = 189+149+45=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 149 (58.59% from 255 or 38.90% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD952D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD952D is #426AD2. Grayscale: #959595. Windows color (decimal): -4352723 or 2987453. OLE color: 2987453.

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

Color convert

RGB 189 149 45 -
CMYK 0 0.21 0.76 0.26
HSL 43.33º 0.62% 0.46% -
HSV(B) 43.33º 0.76% 0.74% -
XYZ 32.21 32.5 7.06 -
YUV 149.1 69.25 156.46 -
System Red Green Blue C M Y K H S L
Decimal 189 149 45 0 0.21 0.76 0.26 43.33 0.62 0.46
Hex BD 95 2D 0 15 4C 1A 2B 3E 2E
Octal 275 225 55 0 25 114 32 53 76 56
Binary 10111101 10010101 101101 0 10101 1001100 11010 101011 111110 101110

Color Harmonies of #BD952D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD952D

Black with #BD952D

Text Example


Text Example

White with #BD952D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD952D; }

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

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

background-color css

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

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

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

border-color css

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

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

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