Html Css Color HEX #B77213 Pirate Gold

📋 copy color: '#B77213'

red 183 ◦ green 114 ◦ blue 19

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

Shades of Pirate Gold #B77213

Tints of Pirate Gold #B77213

RGB

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

 GREEN value IS 114 (44.92% from 255) = 36.08%

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

R = 57.91%
G = 36.08%
B = 6.01%

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

#B77213 (or 0xB77213) is known color: Pirate Gold. HEX triplet: B7, 72 and 13. RGB value is (183,114,19). Sum of RGB (Red+Green+Blue) = 183+114+19=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 19 (7.81% from 255 or 6.01% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B77213 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77213 is #488DEC. Grayscale: #7C7C7C. Windows color (decimal): -4754925 or 1274551. OLE color: 1274551.

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

Color convert

RGB 183 114 19 -
CMYK 0 0.38 0.90 0.28
HSL 34.76º 0.81% 0.4% -
HSV(B) 34.76º 0.9% 0.72% -
XYZ 25.66 22.15 3.54 -
YUV 123.8 68.86 170.22 -
System Red Green Blue C M Y K H S L
Decimal 183 114 19 0 0.38 0.90 0.28 34.76 0.81 0.4
Hex B7 72 13 0 26 5A 1C 23 51 28
Octal 267 162 23 0 46 132 34 43 121 50
Binary 10110111 1110010 10011 0 100110 1011010 11100 100011 1010001 101000

Color Harmonies of #B77213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77213

Black with #B77213

Text Example


Text Example

White with #B77213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77213; }

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

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

background-color css

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

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

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

border-color css

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

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

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