Html Css Color HEX #B8741A Pirate Gold

📋 copy color: '#B8741A'

red 184 ◦ green 116 ◦ blue 26

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

Shades of Pirate Gold #B8741A

Tints of Pirate Gold #B8741A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.98%

R = 56.44%
G = 35.58%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B8741A (or 0xB8741A) is known color: Pirate Gold. HEX triplet: B8, 74 and 1A. RGB value is (184,116,26). Sum of RGB (Red+Green+Blue) = 184+116+26=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 26 (10.55% from 255 or 7.98% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B8741A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8741A is #478BE5. Grayscale: #7E7E7E. Windows color (decimal): -4688870 or 1733816. OLE color: 1733816.

HSL color Cylindrical-coordinate representation of color #B8741A: hue angle of 34.18º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B8741A is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 116 26 -
CMYK 0 0.37 0.86 0.28
HSL 34.18º 0.75% 0.41% -
HSV(B) 34.18º 0.86% 0.72% -
XYZ 26.2 22.76 3.99 -
YUV 126.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 184 116 26 0 0.37 0.86 0.28 34.18 0.75 0.41
Hex B8 74 1A 0 25 56 1C 22 4B 29
Octal 270 164 32 0 45 126 34 42 113 51
Binary 10111000 1110100 11010 0 100101 1010110 11100 100010 1001011 101001

Color Harmonies of #B8741A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8741A

Black with #B8741A

Text Example


Text Example

White with #B8741A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8741A; }

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

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

background-color css

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

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

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

border-color css

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

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

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