Html Css Color HEX #B8701C Pirate Gold

📋 copy color: '#B8701C'

red 184 ◦ green 112 ◦ blue 28

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

Shades of Pirate Gold #B8701C

Tints of Pirate Gold #B8701C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.57%

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

R = 56.79%
G = 34.57%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8701C (or 0xB8701C) is known color: Pirate Gold. HEX triplet: B8, 70 and 1C. RGB value is (184,112,28). Sum of RGB (Red+Green+Blue) = 184+112+28=324 (42% of max value = 765). Red value is 184 (72.27% from 255 or 56.79% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 184 - color contains mainly: red. Hex color #B8701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8701C is #478FE3. Grayscale: #7C7C7C. Windows color (decimal): -4689892 or 1863864. OLE color: 1863864.

HSL color Cylindrical-coordinate representation of color #B8701C: hue angle of 32.31º 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 #B8701C is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 112 28 -
CMYK 0 0.39 0.85 0.28
HSL 32.31º 0.74% 0.42% -
HSV(B) 32.31º 0.85% 0.72% -
XYZ 25.77 21.86 3.96 -
YUV 123.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 184 112 28 0 0.39 0.85 0.28 32.31 0.74 0.42
Hex B8 70 1C 0 27 55 1C 20 4A 2A
Octal 270 160 34 0 47 125 34 40 112 52
Binary 10111000 1110000 11100 0 100111 1010101 11100 100000 1001010 101010

Color Harmonies of #B8701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8701C

Black with #B8701C

Text Example


Text Example

White with #B8701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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