Html Css Color HEX #B46717 Pirate Gold

📋 copy color: '#B46717'

red 180 ◦ green 103 ◦ blue 23

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

Shades of Pirate Gold #B46717

Tints of Pirate Gold #B46717

RGB

 RED value IS 180 (70.7% from 255) = 58.82%

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

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

R = 58.82%
G = 33.66%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#B46717 (or 0xB46717) is known color: Pirate Gold. HEX triplet: B4, 67 and 17. RGB value is (180,103,23). Sum of RGB (Red+Green+Blue) = 180+103+23=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 103 (40.62% from 255 or 33.66% from 306); Blue value is 23 (9.38% from 255 or 7.52% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B46717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B46717 is #4B98E8. Grayscale: #757575. Windows color (decimal): -4954345 or 1533876. OLE color: 1533876.

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

Color convert

RGB 180 103 23 -
CMYK 0 0.43 0.87 0.29
HSL 30.57º 0.77% 0.4% -
HSV(B) 30.57º 0.87% 0.71% -
XYZ 23.83 19.47 3.31 -
YUV 116.9 75.01 173 -
System Red Green Blue C M Y K H S L
Decimal 180 103 23 0 0.43 0.87 0.29 30.57 0.77 0.4
Hex B4 67 17 0 2B 57 1D 1F 4D 28
Octal 264 147 27 0 53 127 35 37 115 50
Binary 10110100 1100111 10111 0 101011 1010111 11101 11111 1001101 101000

Color Harmonies of #B46717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B46717

Black with #B46717

Text Example


Text Example

White with #B46717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B46717; }

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

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

background-color css

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

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

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

border-color css

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

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

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