Html Css Color HEX #B8701D Pirate Gold

📋 copy color: '#B8701D'

red 184 ◦ green 112 ◦ blue 29

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

Shades of Pirate Gold #B8701D

Tints of Pirate Gold #B8701D

RGB

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

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

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

R = 56.62%
G = 34.46%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8701D (or 0xB8701D) is known color: Pirate Gold. HEX triplet: B8, 70 and 1D. RGB value is (184,112,29). Sum of RGB (Red+Green+Blue) = 184+112+29=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 112 (44.14% from 255 or 34.46% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8701D is #478FE2. Grayscale: #7C7C7C. Windows color (decimal): -4689891 or 1929400. OLE color: 1929400.

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

Color convert

RGB 184 112 29 -
CMYK 0 0.39 0.84 0.28
HSL 32.13º 0.73% 0.42% -
HSV(B) 32.13º 0.84% 0.72% -
XYZ 25.78 21.87 4.02 -
YUV 124.07 74.35 170.75 -
System Red Green Blue C M Y K H S L
Decimal 184 112 29 0 0.39 0.84 0.28 32.13 0.73 0.42
Hex B8 70 1D 0 27 54 1C 20 49 2A
Octal 270 160 35 0 47 124 34 40 111 52
Binary 10111000 1110000 11101 0 100111 1010100 11100 100000 1001001 101010

Color Harmonies of #B8701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8701D

Black with #B8701D

Text Example


Text Example

White with #B8701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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