Html Css Color HEX #B8731C Pirate Gold

📋 copy color: '#B8731C'

red 184 ◦ green 115 ◦ blue 28

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

Shades of Pirate Gold #B8731C

Tints of Pirate Gold #B8731C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.56%

R = 56.27%
G = 35.17%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8731C (or 0xB8731C) is known color: Pirate Gold. HEX triplet: B8, 73 and 1C. RGB value is (184,115,28). Sum of RGB (Red+Green+Blue) = 184+115+28=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 115 (45.31% from 255 or 35.17% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8731C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8731C is #478CE3. Grayscale: #7E7E7E. Windows color (decimal): -4689124 or 1864632. OLE color: 1864632.

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

Color convert

RGB 184 115 28 -
CMYK 0 0.38 0.85 0.28
HSL 33.46º 0.74% 0.42% -
HSV(B) 33.46º 0.85% 0.72% -
XYZ 26.11 22.54 4.07 -
YUV 125.71 72.86 169.57 -
System Red Green Blue C M Y K H S L
Decimal 184 115 28 0 0.38 0.85 0.28 33.46 0.74 0.42
Hex B8 73 1C 0 26 55 1C 21 4A 2A
Octal 270 163 34 0 46 125 34 41 112 52
Binary 10111000 1110011 11100 0 100110 1010101 11100 100001 1001010 101010

Color Harmonies of #B8731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8731C

Black with #B8731C

Text Example


Text Example

White with #B8731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8731C; }

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

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

background-color css

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

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

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

border-color css

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

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

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