Html Css Color HEX #B07417 Pirate Gold

📋 copy color: '#B07417'

red 176 ◦ green 116 ◦ blue 23

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

Shades of Pirate Gold #B07417

Tints of Pirate Gold #B07417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 36.83%

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

R = 55.87%
G = 36.83%
B = 7.3%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.31

RGB Variations

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

Color information

#B07417 (or 0xB07417) is known color: Pirate Gold. HEX triplet: B0, 74 and 17. RGB value is (176,116,23). Sum of RGB (Red+Green+Blue) = 176+116+23=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 116 (45.70% from 255 or 36.83% from 315); Blue value is 23 (9.38% from 255 or 7.30% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B07417 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B07417 is #4F8BE8. Grayscale: #7B7B7B. Windows color (decimal): -5213161 or 1537200. OLE color: 1537200.

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

Color convert

RGB 176 116 23 -
CMYK 0 0.34 0.87 0.31
HSL 36.47º 0.77% 0.39% -
HSV(B) 36.47º 0.87% 0.69% -
XYZ 24.3 21.78 3.73 -
YUV 123.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 176 116 23 0 0.34 0.87 0.31 36.47 0.77 0.39
Hex B0 74 17 0 22 57 1F 24 4D 27
Octal 260 164 27 0 42 127 37 44 115 47
Binary 10110000 1110100 10111 0 100010 1010111 11111 100100 1001101 100111

Color Harmonies of #B07417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07417

Black with #B07417

Text Example


Text Example

White with #B07417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07417; }

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

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

background-color css

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

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

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

border-color css

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

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

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