Html Css Color HEX #BD8024 Pirate Gold

📋 copy color: '#BD8024'

red 189 ◦ green 128 ◦ blue 36

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

Shades of Pirate Gold #BD8024

Tints of Pirate Gold #BD8024

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.26%

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

R = 53.54%
G = 36.26%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8024 (or 0xBD8024) is known color: Pirate Gold. HEX triplet: BD, 80 and 24. RGB value is (189,128,36). Sum of RGB (Red+Green+Blue) = 189+128+36=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 128 (50.39% from 255 or 36.26% from 353); Blue value is 36 (14.45% from 255 or 10.20% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8024 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8024 is #427FDB. Grayscale: #888888. Windows color (decimal): -4358108 or 2392253. OLE color: 2392253.

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

Color convert

RGB 189 128 36 -
CMYK 0 0.32 0.81 0.26
HSL 36.08º 0.68% 0.44% -
HSV(B) 36.08º 0.81% 0.74% -
XYZ 29.02 26.38 5.23 -
YUV 135.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 189 128 36 0 0.32 0.81 0.26 36.08 0.68 0.44
Hex BD 80 24 0 20 51 1A 24 44 2C
Octal 275 200 44 0 40 121 32 44 104 54
Binary 10111101 10000000 100100 0 100000 1010001 11010 100100 1000100 101100

Color Harmonies of #BD8024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8024

Black with #BD8024

Text Example


Text Example

White with #BD8024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8024; }

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

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

background-color css

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

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

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

border-color css

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

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

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