Html Css Color HEX #BD8F24 Nugget

📋 copy color: '#BD8F24'

red 189 ◦ green 143 ◦ blue 36

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

Shades of Nugget #BD8F24

Tints of Nugget #BD8F24

RGB

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

 GREEN value IS 143 (56.25% from 255) = 38.86%

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

R = 51.36%
G = 38.86%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8F24 (or 0xBD8F24) is known color: Nugget. HEX triplet: BD, 8F and 24. RGB value is (189,143,36). Sum of RGB (Red+Green+Blue) = 189+143+36=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 143 (56.25% from 255 or 38.86% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F24 is #4270DB. Grayscale: #919191. Windows color (decimal): -4354268 or 2396093. OLE color: 2396093.

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

Color convert

RGB 189 143 36 -
CMYK 0 0.24 0.81 0.26
HSL 41.96º 0.68% 0.44% -
HSV(B) 41.96º 0.81% 0.74% -
XYZ 31.13 30.59 5.93 -
YUV 144.56 66.74 159.7 -
System Red Green Blue C M Y K H S L
Decimal 189 143 36 0 0.24 0.81 0.26 41.96 0.68 0.44
Hex BD 8F 24 0 18 51 1A 2A 44 2C
Octal 275 217 44 0 30 121 32 52 104 54
Binary 10111101 10001111 100100 0 11000 1010001 11010 101010 1000100 101100

Color Harmonies of #BD8F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F24

Black with #BD8F24

Text Example


Text Example

White with #BD8F24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F24; }

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

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

background-color css

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

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

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

border-color css

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

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

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