Html Css Color HEX #B77519 Pirate Gold

📋 copy color: '#B77519'

red 183 ◦ green 117 ◦ blue 25

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

Shades of Pirate Gold #B77519

Tints of Pirate Gold #B77519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 36%

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

R = 56.31%
G = 36%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B77519 (or 0xB77519) is known color: Pirate Gold. HEX triplet: B7, 75 and 19. RGB value is (183,117,25). Sum of RGB (Red+Green+Blue) = 183+117+25=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 117 (46.09% from 255 or 36% from 325); Blue value is 25 (10.16% from 255 or 7.69% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B77519 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77519 is #488AE6. Grayscale: #7E7E7E. Windows color (decimal): -4754151 or 1668535. OLE color: 1668535.

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

Color convert

RGB 183 117 25 -
CMYK 0 0.36 0.86 0.28
HSL 34.94º 0.76% 0.41% -
HSV(B) 34.94º 0.86% 0.72% -
XYZ 26.07 22.86 3.96 -
YUV 126.25 70.87 168.48 -
System Red Green Blue C M Y K H S L
Decimal 183 117 25 0 0.36 0.86 0.28 34.94 0.76 0.41
Hex B7 75 19 0 24 56 1C 23 4C 29
Octal 267 165 31 0 44 126 34 43 114 51
Binary 10110111 1110101 11001 0 100100 1010110 11100 100011 1001100 101001

Color Harmonies of #B77519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77519

Black with #B77519

Text Example


Text Example

White with #B77519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77519; }

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

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

background-color css

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

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

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

border-color css

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

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

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