Html Css Color HEX #BD9A2E Nugget

📋 copy color: '#BD9A2E'

red 189 ◦ green 154 ◦ blue 46

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

Shades of Nugget #BD9A2E

Tints of Nugget #BD9A2E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.59%

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

R = 48.59%
G = 39.59%
B = 11.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD9A2E (or 0xBD9A2E) is known color: Nugget. HEX triplet: BD, 9A and 2E. RGB value is (189,154,46). Sum of RGB (Red+Green+Blue) = 189+154+46=389 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.59% from 389); Green value is 154 (60.55% from 255 or 39.59% from 389); Blue value is 46 (18.36% from 255 or 11.83% from 389); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9A2E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD9A2E is #4265D1. Grayscale: #989898. Windows color (decimal): -4351442 or 3054269. OLE color: 3054269.

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

Color convert

RGB 189 154 46 -
CMYK 0 0.19 0.76 0.26
HSL 45.31º 0.61% 0.46% -
HSV(B) 45.31º 0.76% 0.74% -
XYZ 33.04 34.13 7.43 -
YUV 152.15 68.1 154.28 -
System Red Green Blue C M Y K H S L
Decimal 189 154 46 0 0.19 0.76 0.26 45.31 0.61 0.46
Hex BD 9A 2E 0 13 4C 1A 2D 3D 2E
Octal 275 232 56 0 23 114 32 55 75 56
Binary 10111101 10011010 101110 0 10011 1001100 11010 101101 111101 101110

Color Harmonies of #BD9A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9A2E

Black with #BD9A2E

Text Example


Text Example

White with #BD9A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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