Html Css Color HEX #BD952F Nugget

📋 copy color: '#BD952F'

red 189 ◦ green 149 ◦ blue 47

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

Shades of Nugget #BD952F

Tints of Nugget #BD952F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 12.21%

R = 49.09%
G = 38.7%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD952F (or 0xBD952F) is known color: Nugget. HEX triplet: BD, 95 and 2F. RGB value is (189,149,47). Sum of RGB (Red+Green+Blue) = 189+149+47=385 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.09% from 385); Green value is 149 (58.59% from 255 or 38.70% from 385); Blue value is 47 (18.75% from 255 or 12.21% from 385); Max value from RGB is 189 - color contains mainly: red. Hex color #BD952F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD952F is #426AD0. Grayscale: #959595. Windows color (decimal): -4352721 or 3118525. OLE color: 3118525.

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

Color convert

RGB 189 149 47 -
CMYK 0 0.21 0.75 0.26
HSL 43.1º 0.6% 0.46% -
HSV(B) 43.1º 0.75% 0.74% -
XYZ 32.25 32.52 7.27 -
YUV 149.33 70.25 156.29 -
System Red Green Blue C M Y K H S L
Decimal 189 149 47 0 0.21 0.75 0.26 43.1 0.6 0.46
Hex BD 95 2F 0 15 4B 1A 2B 3C 2E
Octal 275 225 57 0 25 113 32 53 74 56
Binary 10111101 10010101 101111 0 10101 1001011 11010 101011 111100 101110

Color Harmonies of #BD952F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD952F

Black with #BD952F

Text Example


Text Example

White with #BD952F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD952F; }

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

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

background-color css

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

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

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

border-color css

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

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

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