Html Css Color HEX #B77819 Pirate Gold

📋 copy color: '#B77819'

red 183 ◦ green 120 ◦ blue 25

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

Shades of Pirate Gold #B77819

Tints of Pirate Gold #B77819

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.59%

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

R = 55.79%
G = 36.59%
B = 7.62%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B77819 (or 0xB77819) is known color: Pirate Gold. HEX triplet: B7, 78 and 19. RGB value is (183,120,25). Sum of RGB (Red+Green+Blue) = 183+120+25=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 120 (47.27% from 255 or 36.59% from 328); Blue value is 25 (10.16% from 255 or 7.62% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B77819 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77819 is #4887E6. Grayscale: #808080. Windows color (decimal): -4753383 or 1669303. OLE color: 1669303.

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

Color convert

RGB 183 120 25 -
CMYK 0 0.34 0.86 0.28
HSL 36.08º 0.76% 0.41% -
HSV(B) 36.08º 0.86% 0.72% -
XYZ 26.42 23.57 4.08 -
YUV 128.01 69.87 167.22 -
System Red Green Blue C M Y K H S L
Decimal 183 120 25 0 0.34 0.86 0.28 36.08 0.76 0.41
Hex B7 78 19 0 22 56 1C 24 4C 29
Octal 267 170 31 0 42 126 34 44 114 51
Binary 10110111 1111000 11001 0 100010 1010110 11100 100100 1001100 101001

Color Harmonies of #B77819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77819

Black with #B77819

Text Example


Text Example

White with #B77819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77819; }

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

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

background-color css

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

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

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

border-color css

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

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

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