Html Css Color HEX #BD8D24 Nugget

📋 copy color: '#BD8D24'

red 189 ◦ green 141 ◦ blue 36

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

Shades of Nugget #BD8D24

Tints of Nugget #BD8D24

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.52%

 BLUE value IS 36 (14.45% from 255) = 9.84%

R = 51.64%
G = 38.52%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8D24 (or 0xBD8D24) is known color: Nugget. HEX triplet: BD, 8D and 24. RGB value is (189,141,36). Sum of RGB (Red+Green+Blue) = 189+141+36=366 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.64% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 36 (14.45% from 255 or 9.84% from 366); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8D24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8D24 is #4272DB. Grayscale: #8F8F8F. Windows color (decimal): -4354780 or 2395581. OLE color: 2395581.

HSL color Cylindrical-coordinate representation of color #BD8D24: hue angle of 41.18º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BD8D24 is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 141 36 -
CMYK 0 0.25 0.81 0.26
HSL 41.18º 0.68% 0.44% -
HSV(B) 41.18º 0.81% 0.74% -
XYZ 30.83 30 5.83 -
YUV 143.38 67.4 160.54 -
System Red Green Blue C M Y K H S L
Decimal 189 141 36 0 0.25 0.81 0.26 41.18 0.68 0.44
Hex BD 8D 24 0 19 51 1A 29 44 2C
Octal 275 215 44 0 31 121 32 51 104 54
Binary 10111101 10001101 100100 0 11001 1010001 11010 101001 1000100 101100

Color Harmonies of #BD8D24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8D24

Black with #BD8D24

Text Example


Text Example

White with #BD8D24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8D24; }

 p { color: rgb(189,141,36); }

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

background-color css

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

 a { background-color: rgb(189,141,36); }

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

border-color css

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

 span { border-color: rgb(189,141,36); }

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