Html Css Color HEX #BD8C20 Nugget

📋 copy color: '#BD8C20'

red 189 ◦ green 140 ◦ blue 32

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

Shades of Nugget #BD8C20

Tints of Nugget #BD8C20

RGB

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

 GREEN value IS 140 (55.08% from 255) = 38.78%

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

R = 52.35%
G = 38.78%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.26

RGB Variations

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

Color information

#BD8C20 (or 0xBD8C20) is known color: Nugget. HEX triplet: BD, 8C and 20. RGB value is (189,140,32). Sum of RGB (Red+Green+Blue) = 189+140+32=361 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.35% from 361); Green value is 140 (55.08% from 255 or 38.78% from 361); Blue value is 32 (12.89% from 255 or 8.86% from 361); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C20 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C20 is #4273DF. Grayscale: #8E8E8E. Windows color (decimal): -4355040 or 2133181. OLE color: 2133181.

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

Color convert

RGB 189 140 32 -
CMYK 0 0.26 0.83 0.26
HSL 41.27º 0.71% 0.43% -
HSV(B) 41.27º 0.83% 0.74% -
XYZ 30.63 29.68 5.48 -
YUV 142.34 65.73 161.28 -
System Red Green Blue C M Y K H S L
Decimal 189 140 32 0 0.26 0.83 0.26 41.27 0.71 0.43
Hex BD 8C 20 0 1A 53 1A 29 47 2B
Octal 275 214 40 0 32 123 32 51 107 53
Binary 10111101 10001100 100000 0 11010 1010011 11010 101001 1000111 101011

Color Harmonies of #BD8C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C20

Black with #BD8C20

Text Example


Text Example

White with #BD8C20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C20; }

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

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

background-color css

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

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

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

border-color css

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

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

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