Html Css Color HEX #BD8C24 Nugget

📋 copy color: '#BD8C24'

red 189 ◦ green 140 ◦ blue 36

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

Shades of Nugget #BD8C24

Tints of Nugget #BD8C24

RGB

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

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

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

R = 51.78%
G = 38.36%
B = 9.86%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8C24 (or 0xBD8C24) is known color: Nugget. HEX triplet: BD, 8C and 24. RGB value is (189,140,36). Sum of RGB (Red+Green+Blue) = 189+140+36=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 140 (55.08% from 255 or 38.36% from 365); Blue value is 36 (14.45% from 255 or 9.86% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8C24 is #4273DB. Grayscale: #8F8F8F. Windows color (decimal): -4355036 or 2395325. OLE color: 2395325.

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

Color convert

RGB 189 140 36 -
CMYK 0 0.26 0.81 0.26
HSL 40.78º 0.68% 0.44% -
HSV(B) 40.78º 0.81% 0.74% -
XYZ 30.68 29.7 5.79 -
YUV 142.8 67.73 160.96 -
System Red Green Blue C M Y K H S L
Decimal 189 140 36 0 0.26 0.81 0.26 40.78 0.68 0.44
Hex BD 8C 24 0 1A 51 1A 29 44 2C
Octal 275 214 44 0 32 121 32 51 104 54
Binary 10111101 10001100 100100 0 11010 1010001 11010 101001 1000100 101100

Color Harmonies of #BD8C24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8C24

Black with #BD8C24

Text Example


Text Example

White with #BD8C24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8C24; }

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

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

background-color css

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

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

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

border-color css

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

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

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