Html Css Color HEX #B07519 Pirate Gold

📋 copy color: '#B07519'

red 176 ◦ green 117 ◦ blue 25

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

Shades of Pirate Gold #B07519

Tints of Pirate Gold #B07519

RGB

 RED value IS 176 (69.14% from 255) = 55.35%

 GREEN value IS 117 (46.09% from 255) = 36.79%

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

R = 55.35%
G = 36.79%
B = 7.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B07519 (or 0xB07519) is known color: Pirate Gold. HEX triplet: B0, 75 and 19. RGB value is (176,117,25). Sum of RGB (Red+Green+Blue) = 176+117+25=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 25 (10.16% from 255 or 7.86% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B07519 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07519 is #4F8AE6. Grayscale: #7C7C7C. Windows color (decimal): -5212903 or 1668528. OLE color: 1668528.

HSL color Cylindrical-coordinate representation of color #B07519: hue angle of 36.56º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B07519 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 117 25 -
CMYK 0 0.34 0.86 0.31
HSL 36.56º 0.75% 0.39% -
HSV(B) 36.56º 0.86% 0.69% -
XYZ 24.44 22.02 3.88 -
YUV 124.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 176 117 25 0 0.34 0.86 0.31 36.56 0.75 0.39
Hex B0 75 19 0 22 56 1F 25 4B 27
Octal 260 165 31 0 42 126 37 45 113 47
Binary 10110000 1110101 11001 0 100010 1010110 11111 100101 1001011 100111

Color Harmonies of #B07519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07519

Black with #B07519

Text Example


Text Example

White with #B07519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07519; }

 p { color: rgb(176,117,25); }

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

background-color css

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

 a { background-color: rgb(176,117,25); }

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

border-color css

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

 span { border-color: rgb(176,117,25); }

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