Html Css Color HEX #BD952A Nugget

📋 copy color: '#BD952A'

red 189 ◦ green 149 ◦ blue 42

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

Shades of Nugget #BD952A

Tints of Nugget #BD952A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 11.05%

R = 49.74%
G = 39.21%
B = 11.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD952A (or 0xBD952A) is known color: Nugget. HEX triplet: BD, 95 and 2A. RGB value is (189,149,42). Sum of RGB (Red+Green+Blue) = 189+149+42=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 149 (58.59% from 255 or 39.21% from 380); Blue value is 42 (16.80% from 255 or 11.05% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD952A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD952A is #426AD5. Grayscale: #959595. Windows color (decimal): -4352726 or 2790845. OLE color: 2790845.

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

Color convert

RGB 189 149 42 -
CMYK 0 0.21 0.78 0.26
HSL 43.67º 0.64% 0.45% -
HSV(B) 43.67º 0.78% 0.74% -
XYZ 32.15 32.48 6.77 -
YUV 148.76 67.75 156.7 -
System Red Green Blue C M Y K H S L
Decimal 189 149 42 0 0.21 0.78 0.26 43.67 0.64 0.45
Hex BD 95 2A 0 15 4E 1A 2C 40 2D
Octal 275 225 52 0 25 116 32 54 100 55
Binary 10111101 10010101 101010 0 10101 1001110 11010 101100 1000000 101101

Color Harmonies of #BD952A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD952A

Black with #BD952A

Text Example


Text Example

White with #BD952A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD952A; }

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

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

background-color css

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

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

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

border-color css

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

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

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