Html Css Color HEX #BD932F Nugget

📋 copy color: '#BD932F'

red 189 ◦ green 147 ◦ blue 47

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

Shades of Nugget #BD932F

Tints of Nugget #BD932F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

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

R = 49.35%
G = 38.38%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.75

 K value IS 0.26

RGB Variations

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

Color information

#BD932F (or 0xBD932F) is known color: Nugget. HEX triplet: BD, 93 and 2F. RGB value is (189,147,47). Sum of RGB (Red+Green+Blue) = 189+147+47=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD932F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD932F is #426CD0. Grayscale: #949494. Windows color (decimal): -4353233 or 3118013. OLE color: 3118013.

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

Color convert

RGB 189 147 47 -
CMYK 0 0.22 0.75 0.26
HSL 42.25º 0.6% 0.46% -
HSV(B) 42.25º 0.75% 0.74% -
XYZ 31.93 31.89 7.16 -
YUV 148.16 70.91 157.13 -
System Red Green Blue C M Y K H S L
Decimal 189 147 47 0 0.22 0.75 0.26 42.25 0.6 0.46
Hex BD 93 2F 0 16 4B 1A 2A 3C 2E
Octal 275 223 57 0 26 113 32 52 74 56
Binary 10111101 10010011 101111 0 10110 1001011 11010 101010 111100 101110

Color Harmonies of #BD932F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD932F

Black with #BD932F

Text Example


Text Example

White with #BD932F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD932F; }

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

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

background-color css

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

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

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

border-color css

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

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

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