Html Css Color HEX #B8721E Pirate Gold

📋 copy color: '#B8721E'

red 184 ◦ green 114 ◦ blue 30

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

Shades of Pirate Gold #B8721E

Tints of Pirate Gold #B8721E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

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

R = 56.1%
G = 34.76%
B = 9.15%

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

#B8721E (or 0xB8721E) is known color: Pirate Gold. HEX triplet: B8, 72 and 1E. RGB value is (184,114,30). Sum of RGB (Red+Green+Blue) = 184+114+30=328 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.10% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 30 (12.11% from 255 or 9.15% from 328); Max value from RGB is 184 - color contains mainly: red. Hex color #B8721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8721E is #478DE1. Grayscale: #7D7D7D. Windows color (decimal): -4689378 or 1995448. OLE color: 1995448.

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

Color convert

RGB 184 114 30 -
CMYK 0 0.38 0.84 0.28
HSL 32.73º 0.72% 0.42% -
HSV(B) 32.73º 0.84% 0.72% -
XYZ 26.02 22.32 4.16 -
YUV 125.35 74.19 169.83 -
System Red Green Blue C M Y K H S L
Decimal 184 114 30 0 0.38 0.84 0.28 32.73 0.72 0.42
Hex B8 72 1E 0 26 54 1C 21 48 2A
Octal 270 162 36 0 46 124 34 41 110 52
Binary 10111000 1110010 11110 0 100110 1010100 11100 100001 1001000 101010

Color Harmonies of #B8721E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8721E

Black with #B8721E

Text Example


Text Example

White with #B8721E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8721E; }

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

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

background-color css

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

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

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

border-color css

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

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

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