Html Css Color HEX #BD942C Nugget

📋 copy color: '#BD942C'

red 189 ◦ green 148 ◦ blue 44

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

Shades of Nugget #BD942C

Tints of Nugget #BD942C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

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

R = 49.61%
G = 38.85%
B = 11.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD942C (or 0xBD942C) is known color: Nugget. HEX triplet: BD, 94 and 2C. RGB value is (189,148,44). Sum of RGB (Red+Green+Blue) = 189+148+44=381 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.61% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 44 (17.58% from 255 or 11.55% from 381); Max value from RGB is 189 - color contains mainly: red. Hex color #BD942C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD942C is #426BD3. Grayscale: #949494. Windows color (decimal): -4352980 or 2921661. OLE color: 2921661.

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

Color convert

RGB 189 148 44 -
CMYK 0 0.22 0.77 0.26
HSL 43.03º 0.62% 0.46% -
HSV(B) 43.03º 0.77% 0.74% -
XYZ 32.03 32.18 6.91 -
YUV 148.4 69.08 156.96 -
System Red Green Blue C M Y K H S L
Decimal 189 148 44 0 0.22 0.77 0.26 43.03 0.62 0.46
Hex BD 94 2C 0 16 4D 1A 2B 3E 2E
Octal 275 224 54 0 26 115 32 53 76 56
Binary 10111101 10010100 101100 0 10110 1001101 11010 101011 111110 101110

Color Harmonies of #BD942C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD942C

Black with #BD942C

Text Example


Text Example

White with #BD942C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD942C; }

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

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

background-color css

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

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

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

border-color css

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

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

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