Html Css Color HEX #BD942E Nugget

📋 copy color: '#BD942E'

red 189 ◦ green 148 ◦ blue 46

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

Shades of Nugget #BD942E

Tints of Nugget #BD942E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.01%

R = 49.35%
G = 38.64%
B = 12.01%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD942E (or 0xBD942E) is known color: Nugget. HEX triplet: BD, 94 and 2E. RGB value is (189,148,46). Sum of RGB (Red+Green+Blue) = 189+148+46=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD942E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD942E is #426BD1. Grayscale: #959595. Windows color (decimal): -4352978 or 3052733. OLE color: 3052733.

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

Color convert

RGB 189 148 46 -
CMYK 0 0.22 0.76 0.26
HSL 42.8º 0.61% 0.46% -
HSV(B) 42.8º 0.76% 0.74% -
XYZ 32.07 32.2 7.11 -
YUV 148.63 70.08 156.79 -
System Red Green Blue C M Y K H S L
Decimal 189 148 46 0 0.22 0.76 0.26 42.8 0.61 0.46
Hex BD 94 2E 0 16 4C 1A 2B 3D 2E
Octal 275 224 56 0 26 114 32 53 75 56
Binary 10111101 10010100 101110 0 10110 1001100 11010 101011 111101 101110

Color Harmonies of #BD942E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD942E

Black with #BD942E

Text Example


Text Example

White with #BD942E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD942E; }

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

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

background-color css

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

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

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

border-color css

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

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

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