Html Css Color HEX #BD952C Nugget

📋 copy color: '#BD952C'

red 189 ◦ green 149 ◦ blue 44

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

Shades of Nugget #BD952C

Tints of Nugget #BD952C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.52%

R = 49.48%
G = 39.01%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD952C (or 0xBD952C) is known color: Nugget. HEX triplet: BD, 95 and 2C. RGB value is (189,149,44). Sum of RGB (Red+Green+Blue) = 189+149+44=382 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.48% from 382); Green value is 149 (58.59% from 255 or 39.01% from 382); Blue value is 44 (17.58% from 255 or 11.52% from 382); Max value from RGB is 189 - color contains mainly: red. Hex color #BD952C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD952C is #426AD3. Grayscale: #959595. Windows color (decimal): -4352724 or 2921917. OLE color: 2921917.

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

Color convert

RGB 189 149 44 -
CMYK 0 0.21 0.77 0.26
HSL 43.45º 0.62% 0.46% -
HSV(B) 43.45º 0.77% 0.74% -
XYZ 32.19 32.5 6.96 -
YUV 148.99 68.75 156.54 -
System Red Green Blue C M Y K H S L
Decimal 189 149 44 0 0.21 0.77 0.26 43.45 0.62 0.46
Hex BD 95 2C 0 15 4D 1A 2B 3E 2E
Octal 275 225 54 0 25 115 32 53 76 56
Binary 10111101 10010101 101100 0 10101 1001101 11010 101011 111110 101110

Color Harmonies of #BD952C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD952C

Black with #BD952C

Text Example


Text Example

White with #BD952C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD952C; }

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

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

background-color css

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

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

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

border-color css

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

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

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