Html Css Color HEX #B07617 Pirate Gold

📋 copy color: '#B07617'

red 176 ◦ green 118 ◦ blue 23

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

Shades of Pirate Gold #B07617

Tints of Pirate Gold #B07617

RGB

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

 GREEN value IS 118 (46.48% from 255) = 37.22%

 BLUE value IS 23 (9.38% from 255) = 7.26%

R = 55.52%
G = 37.22%
B = 7.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B07617 (or 0xB07617) is known color: Pirate Gold. HEX triplet: B0, 76 and 17. RGB value is (176,118,23). Sum of RGB (Red+Green+Blue) = 176+118+23=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 23 (9.38% from 255 or 7.26% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B07617 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07617 is #4F89E8. Grayscale: #7C7C7C. Windows color (decimal): -5212649 or 1537712. OLE color: 1537712.

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

Color convert

RGB 176 118 23 -
CMYK 0 0.33 0.87 0.31
HSL 37.25º 0.77% 0.39% -
HSV(B) 37.25º 0.87% 0.69% -
XYZ 24.54 22.25 3.81 -
YUV 124.51 70.72 164.72 -
System Red Green Blue C M Y K H S L
Decimal 176 118 23 0 0.33 0.87 0.31 37.25 0.77 0.39
Hex B0 76 17 0 21 57 1F 25 4D 27
Octal 260 166 27 0 41 127 37 45 115 47
Binary 10110000 1110110 10111 0 100001 1010111 11111 100101 1001101 100111

Color Harmonies of #B07617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07617

Black with #B07617

Text Example


Text Example

White with #B07617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07617; }

 p { color: rgb(176,118,23); }

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

background-color css

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

 a { background-color: rgb(176,118,23); }

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

border-color css

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

 span { border-color: rgb(176,118,23); }

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