Html Css Color HEX #B77113 Pirate Gold

📋 copy color: '#B77113'

red 183 ◦ green 113 ◦ blue 19

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

Shades of Pirate Gold #B77113

Tints of Pirate Gold #B77113

RGB

 RED value IS 183 (71.88% from 255) = 58.1%

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

 BLUE value IS 19 (7.81% from 255) = 6.03%

R = 58.1%
G = 35.87%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B77113 (or 0xB77113) is known color: Pirate Gold. HEX triplet: B7, 71 and 13. RGB value is (183,113,19). Sum of RGB (Red+Green+Blue) = 183+113+19=315 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.10% from 315); Green value is 113 (44.53% from 255 or 35.87% from 315); Blue value is 19 (7.81% from 255 or 6.03% from 315); Max value from RGB is 183 - color contains mainly: red. Hex color #B77113 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77113 is #488EEC. Grayscale: #7B7B7B. Windows color (decimal): -4755181 or 1274295. OLE color: 1274295.

HSL color Cylindrical-coordinate representation of color #B77113: hue angle of 34.39º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B77113 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 113 19 -
CMYK 0 0.38 0.90 0.28
HSL 34.39º 0.81% 0.4% -
HSV(B) 34.39º 0.9% 0.72% -
XYZ 25.55 21.92 3.5 -
YUV 123.21 69.19 170.64 -
System Red Green Blue C M Y K H S L
Decimal 183 113 19 0 0.38 0.90 0.28 34.39 0.81 0.4
Hex B7 71 13 0 26 5A 1C 22 51 28
Octal 267 161 23 0 46 132 34 42 121 50
Binary 10110111 1110001 10011 0 100110 1011010 11100 100010 1010001 101000

Color Harmonies of #B77113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77113

Black with #B77113

Text Example


Text Example

White with #B77113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77113; }

 p { color: rgb(183,113,19); }

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

background-color css

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

 a { background-color: rgb(183,113,19); }

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

border-color css

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

 span { border-color: rgb(183,113,19); }

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