Html Css Color HEX #B77013 Pirate Gold

📋 copy color: '#B77013'

red 183 ◦ green 112 ◦ blue 19

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

Shades of Pirate Gold #B77013

Tints of Pirate Gold #B77013

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

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

R = 58.28%
G = 35.67%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B77013 (or 0xB77013) is known color: Pirate Gold. HEX triplet: B7, 70 and 13. RGB value is (183,112,19). Sum of RGB (Red+Green+Blue) = 183+112+19=314 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.28% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 183 - color contains mainly: red. Hex color #B77013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77013 is #488FEC. Grayscale: #7B7B7B. Windows color (decimal): -4755437 or 1274039. OLE color: 1274039.

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

Color convert

RGB 183 112 19 -
CMYK 0 0.39 0.90 0.28
HSL 34.02º 0.81% 0.4% -
HSV(B) 34.02º 0.9% 0.72% -
XYZ 25.44 21.7 3.46 -
YUV 122.63 69.52 171.06 -
System Red Green Blue C M Y K H S L
Decimal 183 112 19 0 0.39 0.90 0.28 34.02 0.81 0.4
Hex B7 70 13 0 27 5A 1C 22 51 28
Octal 267 160 23 0 47 132 34 42 121 50
Binary 10110111 1110000 10011 0 100111 1011010 11100 100010 1010001 101000

Color Harmonies of #B77013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77013

Black with #B77013

Text Example


Text Example

White with #B77013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77013; }

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

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

background-color css

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

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

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

border-color css

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

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

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