Html Css Color HEX #B36717 Pirate Gold

📋 copy color: '#B36717'

red 179 ◦ green 103 ◦ blue 23

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

Shades of Pirate Gold #B36717

Tints of Pirate Gold #B36717

RGB

 RED value IS 179 (70.31% from 255) = 58.69%

 GREEN value IS 103 (40.63% from 255) = 33.77%

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

R = 58.69%
G = 33.77%
B = 7.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B36717 (or 0xB36717) is known color: Pirate Gold. HEX triplet: B3, 67 and 17. RGB value is (179,103,23). Sum of RGB (Red+Green+Blue) = 179+103+23=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 23 (9.38% from 255 or 7.54% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B36717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36717 is #4C98E8. Grayscale: #757575. Windows color (decimal): -5019881 or 1533875. OLE color: 1533875.

HSL color Cylindrical-coordinate representation of color #B36717: hue angle of 30.77º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B36717 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 103 23 -
CMYK 0 0.42 0.87 0.30
HSL 30.77º 0.77% 0.4% -
HSV(B) 30.77º 0.87% 0.7% -
XYZ 23.6 19.35 3.3 -
YUV 116.6 75.18 172.5 -
System Red Green Blue C M Y K H S L
Decimal 179 103 23 0 0.42 0.87 0.30 30.77 0.77 0.4
Hex B3 67 17 0 2A 57 1E 1F 4D 28
Octal 263 147 27 0 52 127 36 37 115 50
Binary 10110011 1100111 10111 0 101010 1010111 11110 11111 1001101 101000

Color Harmonies of #B36717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36717

Black with #B36717

Text Example


Text Example

White with #B36717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36717; }

 p { color: rgb(179,103,23); }

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

background-color css

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

 a { background-color: rgb(179,103,23); }

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

border-color css

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

 span { border-color: rgb(179,103,23); }

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