Html Css Color HEX #B36617 Pirate Gold

📋 copy color: '#B36617'

red 179 ◦ green 102 ◦ blue 23

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

Shades of Pirate Gold #B36617

Tints of Pirate Gold #B36617

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

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

R = 58.88%
G = 33.55%
B = 7.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.30

RGB Variations

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

Color information

#B36617 (or 0xB36617) is known color: Pirate Gold. HEX triplet: B3, 66 and 17. RGB value is (179,102,23). Sum of RGB (Red+Green+Blue) = 179+102+23=304 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.88% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 23 (9.38% from 255 or 7.57% from 304); Max value from RGB is 179 - color contains mainly: red. Hex color #B36617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36617 is #4C99E8. Grayscale: #747474. Windows color (decimal): -5020137 or 1533619. OLE color: 1533619.

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

Color convert

RGB 179 102 23 -
CMYK 0 0.43 0.87 0.30
HSL 30.38º 0.77% 0.4% -
HSV(B) 30.38º 0.87% 0.7% -
XYZ 23.5 19.15 3.27 -
YUV 116.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 179 102 23 0 0.43 0.87 0.30 30.38 0.77 0.4
Hex B3 66 17 0 2B 57 1E 1E 4D 28
Octal 263 146 27 0 53 127 36 36 115 50
Binary 10110011 1100110 10111 0 101011 1010111 11110 11110 1001101 101000

Color Harmonies of #B36617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36617

Black with #B36617

Text Example


Text Example

White with #B36617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36617; }

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

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

background-color css

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

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

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

border-color css

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

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

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