Html Css Color HEX #B8712A Pirate Gold

📋 copy color: '#B8712A'

red 184 ◦ green 113 ◦ blue 42

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

Shades of Pirate Gold #B8712A

Tints of Pirate Gold #B8712A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 42 (16.8% from 255) = 12.39%

R = 54.28%
G = 33.33%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B8712A (or 0xB8712A) is known color: Pirate Gold. HEX triplet: B8, 71 and 2A. RGB value is (184,113,42). Sum of RGB (Red+Green+Blue) = 184+113+42=339 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.28% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 184 - color contains mainly: red. Hex color #B8712A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8712A is #478ED5. Grayscale: #7E7E7E. Windows color (decimal): -4689622 or 2781624. OLE color: 2781624.

HSL color Cylindrical-coordinate representation of color #B8712A: hue angle of 30º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B8712A is Cyan = 0, Magento = 0.39, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 113 42 -
CMYK 0 0.39 0.77 0.28
HSL 30º 0.63% 0.44% -
HSV(B) 30º 0.77% 0.72% -
XYZ 26.09 22.17 5.09 -
YUV 126.14 80.52 169.27 -
System Red Green Blue C M Y K H S L
Decimal 184 113 42 0 0.39 0.77 0.28 30 0.63 0.44
Hex B8 71 2A 0 27 4D 1C 1E 3F 2C
Octal 270 161 52 0 47 115 34 36 77 54
Binary 10111000 1110001 101010 0 100111 1001101 11100 11110 111111 101100

Color Harmonies of #B8712A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8712A

Black with #B8712A

Text Example


Text Example

White with #B8712A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8712A; }

 p { color: rgb(184,113,42); }

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

background-color css

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

 a { background-color: rgb(184,113,42); }

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

border-color css

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

 span { border-color: rgb(184,113,42); }

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