Html Css Color HEX #BD8924 Nugget

📋 copy color: '#BD8924'

red 189 ◦ green 137 ◦ blue 36

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

Shades of Nugget #BD8924

Tints of Nugget #BD8924

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.85%

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

R = 52.21%
G = 37.85%
B = 9.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8924 (or 0xBD8924) is known color: Nugget. HEX triplet: BD, 89 and 24. RGB value is (189,137,36). Sum of RGB (Red+Green+Blue) = 189+137+36=362 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.21% from 362); Green value is 137 (53.91% from 255 or 37.85% from 362); Blue value is 36 (14.45% from 255 or 9.94% from 362); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8924 is #4276DB. Grayscale: #8D8D8D. Windows color (decimal): -4355804 or 2394557. OLE color: 2394557.

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

Color convert

RGB 189 137 36 -
CMYK 0 0.28 0.81 0.26
HSL 39.61º 0.68% 0.44% -
HSV(B) 39.61º 0.81% 0.74% -
XYZ 30.25 28.84 5.64 -
YUV 141.03 68.73 162.21 -
System Red Green Blue C M Y K H S L
Decimal 189 137 36 0 0.28 0.81 0.26 39.61 0.68 0.44
Hex BD 89 24 0 1C 51 1A 28 44 2C
Octal 275 211 44 0 34 121 32 50 104 54
Binary 10111101 10001001 100100 0 11100 1010001 11010 101000 1000100 101100

Color Harmonies of #BD8924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8924

Black with #BD8924

Text Example


Text Example

White with #BD8924

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8924; }

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

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

background-color css

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

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

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

border-color css

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

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

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