Html Css Color HEX #BD8A24 Nugget

📋 copy color: '#BD8A24'

red 189 ◦ green 138 ◦ blue 36

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

Shades of Nugget #BD8A24

Tints of Nugget #BD8A24

RGB

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

 GREEN value IS 138 (54.3% from 255) = 38.02%

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

R = 52.07%
G = 38.02%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8A24 (or 0xBD8A24) is known color: Nugget. HEX triplet: BD, 8A and 24. RGB value is (189,138,36). Sum of RGB (Red+Green+Blue) = 189+138+36=363 (48% of max value = 765). Red value is 189 (74.22% from 255 or 52.07% from 363); Green value is 138 (54.30% from 255 or 38.02% from 363); Blue value is 36 (14.45% from 255 or 9.92% from 363); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8A24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8A24 is #4275DB. Grayscale: #8E8E8E. Windows color (decimal): -4355548 or 2394813. OLE color: 2394813.

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

Color convert

RGB 189 138 36 -
CMYK 0 0.27 0.81 0.26
HSL 40º 0.68% 0.44% -
HSV(B) 40º 0.81% 0.74% -
XYZ 30.39 29.12 5.69 -
YUV 141.62 68.4 161.79 -
System Red Green Blue C M Y K H S L
Decimal 189 138 36 0 0.27 0.81 0.26 40 0.68 0.44
Hex BD 8A 24 0 1B 51 1A 28 44 2C
Octal 275 212 44 0 33 121 32 50 104 54
Binary 10111101 10001010 100100 0 11011 1010001 11010 101000 1000100 101100

Color Harmonies of #BD8A24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8A24

Black with #BD8A24

Text Example


Text Example

White with #BD8A24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8A24; }

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

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

background-color css

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

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

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

border-color css

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

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

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