Html Css Color HEX #BD8E24 Nugget

📋 copy color: '#BD8E24'

red 189 ◦ green 142 ◦ blue 36

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

Shades of Nugget #BD8E24

Tints of Nugget #BD8E24

RGB

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

 GREEN value IS 142 (55.86% from 255) = 38.69%

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

R = 51.5%
G = 38.69%
B = 9.81%

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

#BD8E24 (or 0xBD8E24) is known color: Nugget. HEX triplet: BD, 8E and 24. RGB value is (189,142,36). Sum of RGB (Red+Green+Blue) = 189+142+36=367 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.50% from 367); Green value is 142 (55.86% from 255 or 38.69% from 367); Blue value is 36 (14.45% from 255 or 9.81% from 367); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8E24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8E24 is #4271DB. Grayscale: #909090. Windows color (decimal): -4354524 or 2395837. OLE color: 2395837.

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

Color convert

RGB 189 142 36 -
CMYK 0 0.25 0.81 0.26
HSL 41.57º 0.68% 0.44% -
HSV(B) 41.57º 0.81% 0.74% -
XYZ 30.98 30.29 5.88 -
YUV 143.97 67.07 160.12 -
System Red Green Blue C M Y K H S L
Decimal 189 142 36 0 0.25 0.81 0.26 41.57 0.68 0.44
Hex BD 8E 24 0 19 51 1A 2A 44 2C
Octal 275 216 44 0 31 121 32 52 104 54
Binary 10111101 10001110 100100 0 11001 1010001 11010 101010 1000100 101100

Color Harmonies of #BD8E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8E24

Black with #BD8E24

Text Example


Text Example

White with #BD8E24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8E24; }

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

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

background-color css

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

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

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

border-color css

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

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

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