Html Css Color HEX #BD8520 Nugget

📋 copy color: '#BD8520'

red 189 ◦ green 133 ◦ blue 32

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

Shades of Nugget #BD8520

Tints of Nugget #BD8520

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.57%

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

R = 53.39%
G = 37.57%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD8520 (or 0xBD8520) is known color: Nugget. HEX triplet: BD, 85 and 20. RGB value is (189,133,32). Sum of RGB (Red+Green+Blue) = 189+133+32=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 133 (52.34% from 255 or 37.57% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8520 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8520 is #427ADF. Grayscale: #8A8A8A. Windows color (decimal): -4356832 or 2131389. OLE color: 2131389.

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

Color convert

RGB 189 133 32 -
CMYK 0 0.30 0.83 0.26
HSL 38.6º 0.71% 0.43% -
HSV(B) 38.6º 0.83% 0.74% -
XYZ 29.63 27.7 5.15 -
YUV 138.23 68.05 164.21 -
System Red Green Blue C M Y K H S L
Decimal 189 133 32 0 0.30 0.83 0.26 38.6 0.71 0.43
Hex BD 85 20 0 1E 53 1A 27 47 2B
Octal 275 205 40 0 36 123 32 47 107 53
Binary 10111101 10000101 100000 0 11110 1010011 11010 100111 1000111 101011

Color Harmonies of #BD8520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8520

Black with #BD8520

Text Example


Text Example

White with #BD8520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8520; }

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

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

background-color css

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

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

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

border-color css

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

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

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