Html Css Color HEX #BD8920 Nugget

📋 copy color: '#BD8920'

red 189 ◦ green 137 ◦ blue 32

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

Shades of Nugget #BD8920

Tints of Nugget #BD8920

RGB

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

 GREEN value IS 137 (53.91% from 255) = 38.27%

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 52.79%
G = 38.27%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD8920 (or 0xBD8920) is known color: Nugget. HEX triplet: BD, 89 and 20. RGB value is (189,137,32). Sum of RGB (Red+Green+Blue) = 189+137+32=358 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.79% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8920 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8920 is #4276DF. Grayscale: #8D8D8D. Windows color (decimal): -4355808 or 2132413. OLE color: 2132413.

HSL color Cylindrical-coordinate representation of color #BD8920: hue angle of 40.13º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD8920 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 137 32 -
CMYK 0 0.28 0.83 0.26
HSL 40.13º 0.71% 0.43% -
HSV(B) 40.13º 0.83% 0.74% -
XYZ 30.19 28.81 5.34 -
YUV 140.58 66.73 162.54 -
System Red Green Blue C M Y K H S L
Decimal 189 137 32 0 0.28 0.83 0.26 40.13 0.71 0.43
Hex BD 89 20 0 1C 53 1A 28 47 2B
Octal 275 211 40 0 34 123 32 50 107 53
Binary 10111101 10001001 100000 0 11100 1010011 11010 101000 1000111 101011

Color Harmonies of #BD8920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8920

Black with #BD8920

Text Example


Text Example

White with #BD8920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8920; }

 p { color: rgb(189,137,32); }

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

background-color css

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

 a { background-color: rgb(189,137,32); }

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

border-color css

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

 span { border-color: rgb(189,137,32); }

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