Html Css Color HEX #BD7418 Pirate Gold

📋 copy color: '#BD7418'

red 189 ◦ green 116 ◦ blue 24

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

Shades of Pirate Gold #BD7418

Tints of Pirate Gold #BD7418

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.26%

 BLUE value IS 24 (9.77% from 255) = 7.29%

R = 57.45%
G = 35.26%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD7418 (or 0xBD7418) is known color: Pirate Gold. HEX triplet: BD, 74 and 18. RGB value is (189,116,24). Sum of RGB (Red+Green+Blue) = 189+116+24=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 116 (45.70% from 255 or 35.26% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7418 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7418 is #428BE7. Grayscale: #7F7F7F. Windows color (decimal): -4361192 or 1602749. OLE color: 1602749.

HSL color Cylindrical-coordinate representation of color #BD7418: hue angle of 33.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BD7418 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 116 24 -
CMYK 0 0.39 0.87 0.26
HSL 33.45º 0.77% 0.42% -
HSV(B) 33.45º 0.87% 0.74% -
XYZ 27.4 23.38 3.93 -
YUV 127.34 69.68 171.98 -
System Red Green Blue C M Y K H S L
Decimal 189 116 24 0 0.39 0.87 0.26 33.45 0.77 0.42
Hex BD 74 18 0 27 57 1A 21 4D 2A
Octal 275 164 30 0 47 127 32 41 115 52
Binary 10111101 1110100 11000 0 100111 1010111 11010 100001 1001101 101010

Color Harmonies of #BD7418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7418

Black with #BD7418

Text Example


Text Example

White with #BD7418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7418; }

 p { color: rgb(189,116,24); }

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

background-color css

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

 a { background-color: rgb(189,116,24); }

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

border-color css

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

 span { border-color: rgb(189,116,24); }

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