Html Css Color HEX #B77219 Pirate Gold

📋 copy color: '#B77219'

red 183 ◦ green 114 ◦ blue 25

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

Shades of Pirate Gold #B77219

Tints of Pirate Gold #B77219

RGB

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

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

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

R = 56.83%
G = 35.4%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B77219 (or 0xB77219) is known color: Pirate Gold. HEX triplet: B7, 72 and 19. RGB value is (183,114,25). Sum of RGB (Red+Green+Blue) = 183+114+25=322 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.83% from 322); Green value is 114 (44.92% from 255 or 35.40% from 322); Blue value is 25 (10.16% from 255 or 7.76% from 322); Max value from RGB is 183 - color contains mainly: red. Hex color #B77219 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B77219 is #488DE6. Grayscale: #7C7C7C. Windows color (decimal): -4754919 or 1667767. OLE color: 1667767.

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

Color convert

RGB 183 114 25 -
CMYK 0 0.38 0.86 0.28
HSL 33.8º 0.76% 0.41% -
HSV(B) 33.8º 0.86% 0.72% -
XYZ 25.72 22.17 3.84 -
YUV 124.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 183 114 25 0 0.38 0.86 0.28 33.8 0.76 0.41
Hex B7 72 19 0 26 56 1C 22 4C 29
Octal 267 162 31 0 46 126 34 42 114 51
Binary 10110111 1110010 11001 0 100110 1010110 11100 100010 1001100 101001

Color Harmonies of #B77219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77219

Black with #B77219

Text Example


Text Example

White with #B77219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77219; }

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

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

background-color css

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

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

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

border-color css

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

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

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