Html Css Color HEX #BD7319 Pirate Gold

📋 copy color: '#BD7319'

red 189 ◦ green 115 ◦ blue 25

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

Shades of Pirate Gold #BD7319

Tints of Pirate Gold #BD7319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.95%

 BLUE value IS 25 (10.16% from 255) = 7.6%

R = 57.45%
G = 34.95%
B = 7.6%

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

#BD7319 (or 0xBD7319) is known color: Pirate Gold. HEX triplet: BD, 73 and 19. RGB value is (189,115,25). Sum of RGB (Red+Green+Blue) = 189+115+25=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 25 (10.16% from 255 or 7.60% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #BD7319 is #428CE6. Grayscale: #7F7F7F. Windows color (decimal): -4361447 or 1668029. OLE color: 1668029.

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

Color convert

RGB 189 115 25 -
CMYK 0 0.39 0.87 0.26
HSL 32.93º 0.77% 0.42% -
HSV(B) 32.93º 0.87% 0.74% -
XYZ 27.29 23.15 3.95 -
YUV 126.87 70.52 172.32 -
System Red Green Blue C M Y K H S L
Decimal 189 115 25 0 0.39 0.87 0.26 32.93 0.77 0.42
Hex BD 73 19 0 27 57 1A 21 4D 2A
Octal 275 163 31 0 47 127 32 41 115 52
Binary 10111101 1110011 11001 0 100111 1010111 11010 100001 1001101 101010

Color Harmonies of #BD7319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7319

Black with #BD7319

Text Example


Text Example

White with #BD7319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7319; }

 p { color: rgb(189,115,25); }

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

background-color css

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

 a { background-color: rgb(189,115,25); }

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

border-color css

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

 span { border-color: rgb(189,115,25); }

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