Html Css Color HEX #B77319 Pirate Gold

📋 copy color: '#B77319'

red 183 ◦ green 115 ◦ blue 25

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

Shades of Pirate Gold #B77319

Tints of Pirate Gold #B77319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.6%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 56.66%
G = 35.6%
B = 7.74%

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

#B77319 (or 0xB77319) is known color: Pirate Gold. HEX triplet: B7, 73 and 19. RGB value is (183,115,25). Sum of RGB (Red+Green+Blue) = 183+115+25=323 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.66% from 323); Green value is 115 (45.31% from 255 or 35.60% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 183 - color contains mainly: red. Hex color #B77319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77319 is #488CE6. Grayscale: #7D7D7D. Windows color (decimal): -4754663 or 1668023. OLE color: 1668023.

HSL color Cylindrical-coordinate representation of color #B77319: hue angle of 34.18º degrees, saturation: 0.76, 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 #B77319 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 115 25 -
CMYK 0 0.37 0.86 0.28
HSL 34.18º 0.76% 0.41% -
HSV(B) 34.18º 0.86% 0.72% -
XYZ 25.83 22.4 3.88 -
YUV 125.07 71.53 169.32 -
System Red Green Blue C M Y K H S L
Decimal 183 115 25 0 0.37 0.86 0.28 34.18 0.76 0.41
Hex B7 73 19 0 25 56 1C 22 4C 29
Octal 267 163 31 0 45 126 34 42 114 51
Binary 10110111 1110011 11001 0 100101 1010110 11100 100010 1001100 101001

Color Harmonies of #B77319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77319

Black with #B77319

Text Example


Text Example

White with #B77319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77319; }

 p { color: rgb(183,115,25); }

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

background-color css

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

 a { background-color: rgb(183,115,25); }

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

border-color css

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

 span { border-color: rgb(183,115,25); }

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