Html Css Color HEX #BD952B Nugget

📋 copy color: '#BD952B'

red 189 ◦ green 149 ◦ blue 43

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

Shades of Nugget #BD952B

Tints of Nugget #BD952B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 11.29%

R = 49.61%
G = 39.11%
B = 11.29%

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

#BD952B (or 0xBD952B) is known color: Nugget. HEX triplet: BD, 95 and 2B. RGB value is (189,149,43). Sum of RGB (Red+Green+Blue) = 189+149+43=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD952B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD952B is #426AD4. Grayscale: #959595. Windows color (decimal): -4352725 or 2856381. OLE color: 2856381.

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

Color convert

RGB 189 149 43 -
CMYK 0 0.21 0.77 0.26
HSL 43.56º 0.63% 0.45% -
HSV(B) 43.56º 0.77% 0.74% -
XYZ 32.17 32.49 6.86 -
YUV 148.88 68.25 156.62 -
System Red Green Blue C M Y K H S L
Decimal 189 149 43 0 0.21 0.77 0.26 43.56 0.63 0.45
Hex BD 95 2B 0 15 4D 1A 2C 3F 2D
Octal 275 225 53 0 25 115 32 54 77 55
Binary 10111101 10010101 101011 0 10101 1001101 11010 101100 111111 101101

Color Harmonies of #BD952B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD952B

Black with #BD952B

Text Example


Text Example

White with #BD952B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD952B; }

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

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

background-color css

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

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

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

border-color css

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

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

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