Html Css Color HEX #B8741E Pirate Gold

📋 copy color: '#B8741E'

red 184 ◦ green 116 ◦ blue 30

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

Shades of Pirate Gold #B8741E

Tints of Pirate Gold #B8741E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.15%

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

R = 55.76%
G = 35.15%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B8741E (or 0xB8741E) is known color: Pirate Gold. HEX triplet: B8, 74 and 1E. RGB value is (184,116,30). Sum of RGB (Red+Green+Blue) = 184+116+30=330 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.76% from 330); Green value is 116 (45.70% from 255 or 35.15% from 330); Blue value is 30 (12.11% from 255 or 9.09% from 330); Max value from RGB is 184 - color contains mainly: red. Hex color #B8741E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8741E is #478BE1. Grayscale: #7E7E7E. Windows color (decimal): -4688866 or 1995960. OLE color: 1995960.

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

Color convert

RGB 184 116 30 -
CMYK 0 0.37 0.84 0.28
HSL 33.51º 0.72% 0.42% -
HSV(B) 33.51º 0.84% 0.72% -
XYZ 26.25 22.77 4.24 -
YUV 126.53 73.53 168.99 -
System Red Green Blue C M Y K H S L
Decimal 184 116 30 0 0.37 0.84 0.28 33.51 0.72 0.42
Hex B8 74 1E 0 25 54 1C 22 48 2A
Octal 270 164 36 0 45 124 34 42 110 52
Binary 10111000 1110100 11110 0 100101 1010100 11100 100010 1001000 101010

Color Harmonies of #B8741E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8741E

Black with #B8741E

Text Example


Text Example

White with #B8741E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8741E; }

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

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

background-color css

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

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

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

border-color css

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

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

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