Html Css Color HEX #BD7718 Pirate Gold

📋 copy color: '#BD7718'

red 189 ◦ green 119 ◦ blue 24

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

Shades of Pirate Gold #BD7718

Tints of Pirate Gold #BD7718

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.84%

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

R = 56.93%
G = 35.84%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD7718 (or 0xBD7718) is known color: Pirate Gold. HEX triplet: BD, 77 and 18. RGB value is (189,119,24). Sum of RGB (Red+Green+Blue) = 189+119+24=332 (43% of max value = 765). Red value is 189 (74.22% from 255 or 56.93% from 332); Green value is 119 (46.88% from 255 or 35.84% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7718 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7718 is #4288E7. Grayscale: #818181. Windows color (decimal): -4360424 or 1603517. OLE color: 1603517.

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

Color convert

RGB 189 119 24 -
CMYK 0 0.37 0.87 0.26
HSL 34.55º 0.77% 0.42% -
HSV(B) 34.55º 0.87% 0.74% -
XYZ 27.75 24.08 4.05 -
YUV 129.1 68.69 170.72 -
System Red Green Blue C M Y K H S L
Decimal 189 119 24 0 0.37 0.87 0.26 34.55 0.77 0.42
Hex BD 77 18 0 25 57 1A 23 4D 2A
Octal 275 167 30 0 45 127 32 43 115 52
Binary 10111101 1110111 11000 0 100101 1010111 11010 100011 1001101 101010

Color Harmonies of #BD7718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7718

Black with #BD7718

Text Example


Text Example

White with #BD7718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7718; }

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

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

background-color css

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

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

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

border-color css

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

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

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