Html Css Color HEX #B8731D Pirate Gold

📋 copy color: '#B8731D'

red 184 ◦ green 115 ◦ blue 29

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

Shades of Pirate Gold #B8731D

Tints of Pirate Gold #B8731D

RGB

 RED value IS 184 (72.27% from 255) = 56.1%

 GREEN value IS 115 (45.31% from 255) = 35.06%

 BLUE value IS 29 (11.72% from 255) = 8.84%

R = 56.1%
G = 35.06%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8731D (or 0xB8731D) is known color: Pirate Gold. HEX triplet: B8, 73 and 1D. RGB value is (184,115,29). Sum of RGB (Red+Green+Blue) = 184+115+29=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8731D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8731D is #478CE2. Grayscale: #7E7E7E. Windows color (decimal): -4689123 or 1930168. OLE color: 1930168.

HSL color Cylindrical-coordinate representation of color #B8731D: hue angle of 33.29º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B8731D is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 115 29 -
CMYK 0 0.38 0.84 0.28
HSL 33.29º 0.73% 0.42% -
HSV(B) 33.29º 0.84% 0.72% -
XYZ 26.12 22.54 4.14 -
YUV 125.83 73.36 169.49 -
System Red Green Blue C M Y K H S L
Decimal 184 115 29 0 0.38 0.84 0.28 33.29 0.73 0.42
Hex B8 73 1D 0 26 54 1C 21 49 2A
Octal 270 163 35 0 46 124 34 41 111 52
Binary 10111000 1110011 11101 0 100110 1010100 11100 100001 1001001 101010

Color Harmonies of #B8731D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8731D

Black with #B8731D

Text Example


Text Example

White with #B8731D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8731D; }

 p { color: rgb(184,115,29); }

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

background-color css

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

 a { background-color: rgb(184,115,29); }

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

border-color css

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

 span { border-color: rgb(184,115,29); }

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