Html Css Color HEX #B8731E Pirate Gold

📋 copy color: '#B8731E'

red 184 ◦ green 115 ◦ blue 30

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

Shades of Pirate Gold #B8731E

Tints of Pirate Gold #B8731E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.12%

R = 55.93%
G = 34.95%
B = 9.12%

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

#B8731E (or 0xB8731E) is known color: Pirate Gold. HEX triplet: B8, 73 and 1E. RGB value is (184,115,30). Sum of RGB (Red+Green+Blue) = 184+115+30=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 115 (45.31% from 255 or 34.95% from 329); Blue value is 30 (12.11% from 255 or 9.12% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B8731E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8731E is #478CE1. Grayscale: #7E7E7E. Windows color (decimal): -4689122 or 1995704. OLE color: 1995704.

HSL color Cylindrical-coordinate representation of color #B8731E: hue angle of 33.12º degrees, saturation: 0.72, 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 #B8731E is Cyan = 0, Magento = 0.38, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 115 30 -
CMYK 0 0.38 0.84 0.28
HSL 33.12º 0.72% 0.42% -
HSV(B) 33.12º 0.84% 0.72% -
XYZ 26.13 22.55 4.2 -
YUV 125.94 73.86 169.41 -
System Red Green Blue C M Y K H S L
Decimal 184 115 30 0 0.38 0.84 0.28 33.12 0.72 0.42
Hex B8 73 1E 0 26 54 1C 21 48 2A
Octal 270 163 36 0 46 124 34 41 110 52
Binary 10111000 1110011 11110 0 100110 1010100 11100 100001 1001000 101010

Color Harmonies of #B8731E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8731E

Black with #B8731E

Text Example


Text Example

White with #B8731E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8731E; }

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

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

background-color css

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

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

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

border-color css

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

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

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