Html Css Color HEX #B36618 Pirate Gold

📋 copy color: '#B36618'

red 179 ◦ green 102 ◦ blue 24

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

Shades of Pirate Gold #B36618

Tints of Pirate Gold #B36618

RGB

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

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

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

R = 58.69%
G = 33.44%
B = 7.87%

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

#B36618 (or 0xB36618) is known color: Pirate Gold. HEX triplet: B3, 66 and 18. RGB value is (179,102,24). Sum of RGB (Red+Green+Blue) = 179+102+24=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 24 (9.77% from 255 or 7.87% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B36618 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B36618 is #4C99E7. Grayscale: #747474. Windows color (decimal): -5020136 or 1599155. OLE color: 1599155.

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

Color convert

RGB 179 102 24 -
CMYK 0 0.43 0.87 0.30
HSL 30.19º 0.76% 0.4% -
HSV(B) 30.19º 0.87% 0.7% -
XYZ 23.51 19.15 3.32 -
YUV 116.13 76.01 172.84 -
System Red Green Blue C M Y K H S L
Decimal 179 102 24 0 0.43 0.87 0.30 30.19 0.76 0.4
Hex B3 66 18 0 2B 57 1E 1E 4C 28
Octal 263 146 30 0 53 127 36 36 114 50
Binary 10110011 1100110 11000 0 101011 1010111 11110 11110 1001100 101000

Color Harmonies of #B36618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B36618

Black with #B36618

Text Example


Text Example

White with #B36618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B36618; }

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

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

background-color css

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

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

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

border-color css

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

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

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