Html Css Color HEX #BD8620 Nugget

📋 copy color: '#BD8620'

red 189 ◦ green 134 ◦ blue 32

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

Shades of Nugget #BD8620

Tints of Nugget #BD8620

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.75%

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

R = 53.24%
G = 37.75%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD8620 (or 0xBD8620) is known color: Nugget. HEX triplet: BD, 86 and 20. RGB value is (189,134,32). Sum of RGB (Red+Green+Blue) = 189+134+32=355 (47% of max value = 765). Red value is 189 (74.22% from 255 or 53.24% from 355); Green value is 134 (52.73% from 255 or 37.75% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8620 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8620 is #4279DF. Grayscale: #8B8B8B. Windows color (decimal): -4356576 or 2131645. OLE color: 2131645.

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

Color convert

RGB 189 134 32 -
CMYK 0 0.29 0.83 0.26
HSL 38.98º 0.71% 0.43% -
HSV(B) 38.98º 0.83% 0.74% -
XYZ 29.77 27.97 5.2 -
YUV 138.82 67.72 163.79 -
System Red Green Blue C M Y K H S L
Decimal 189 134 32 0 0.29 0.83 0.26 38.98 0.71 0.43
Hex BD 86 20 0 1D 53 1A 27 47 2B
Octal 275 206 40 0 35 123 32 47 107 53
Binary 10111101 10000110 100000 0 11101 1010011 11010 100111 1000111 101011

Color Harmonies of #BD8620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8620

Black with #BD8620

Text Example


Text Example

White with #BD8620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8620; }

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

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

background-color css

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

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

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

border-color css

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

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

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