Html Css Color HEX #B07718 Pirate Gold

📋 copy color: '#B07718'

red 176 ◦ green 119 ◦ blue 24

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

Shades of Pirate Gold #B07718

Tints of Pirate Gold #B07718

RGB

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

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

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

R = 55.17%
G = 37.3%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B07718 (or 0xB07718) is known color: Pirate Gold. HEX triplet: B0, 77 and 18. RGB value is (176,119,24). Sum of RGB (Red+Green+Blue) = 176+119+24=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 119 (46.88% from 255 or 37.30% from 319); Blue value is 24 (9.77% from 255 or 7.52% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B07718 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07718 is #4F88E7. Grayscale: #7D7D7D. Windows color (decimal): -5212392 or 1603504. OLE color: 1603504.

HSL color Cylindrical-coordinate representation of color #B07718: hue angle of 37.5º degrees, saturation: 0.76, 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 #B07718 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 119 24 -
CMYK 0 0.32 0.86 0.31
HSL 37.5º 0.76% 0.39% -
HSV(B) 37.5º 0.86% 0.69% -
XYZ 24.67 22.49 3.91 -
YUV 125.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 176 119 24 0 0.32 0.86 0.31 37.5 0.76 0.39
Hex B0 77 18 0 20 56 1F 26 4C 27
Octal 260 167 30 0 40 126 37 46 114 47
Binary 10110000 1110111 11000 0 100000 1010110 11111 100110 1001100 100111

Color Harmonies of #B07718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07718

Black with #B07718

Text Example


Text Example

White with #B07718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07718; }

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

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

background-color css

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

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

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

border-color css

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

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

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