Html Css Color HEX #B76919 Pirate Gold

📋 copy color: '#B76919'

red 183 ◦ green 105 ◦ blue 25

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

Shades of Pirate Gold #B76919

Tints of Pirate Gold #B76919

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

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

R = 58.47%
G = 33.55%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.86

 K value IS 0.28

RGB Variations

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

Color information

#B76919 (or 0xB76919) is known color: Pirate Gold. HEX triplet: B7, 69 and 19. RGB value is (183,105,25). Sum of RGB (Red+Green+Blue) = 183+105+25=313 (41% of max value = 765). Red value is 183 (71.88% from 255 or 58.47% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 183 - color contains mainly: red. Hex color #B76919 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76919 is #4896E6. Grayscale: #777777. Windows color (decimal): -4757223 or 1665463. OLE color: 1665463.

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

Color convert

RGB 183 105 25 -
CMYK 0 0.43 0.86 0.28
HSL 30.38º 0.76% 0.41% -
HSV(B) 30.38º 0.86% 0.72% -
XYZ 24.76 20.24 3.52 -
YUV 119.2 74.84 173.5 -
System Red Green Blue C M Y K H S L
Decimal 183 105 25 0 0.43 0.86 0.28 30.38 0.76 0.41
Hex B7 69 19 0 2B 56 1C 1E 4C 29
Octal 267 151 31 0 53 126 34 36 114 51
Binary 10110111 1101001 11001 0 101011 1010110 11100 11110 1001100 101001

Color Harmonies of #B76919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76919

Black with #B76919

Text Example


Text Example

White with #B76919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76919; }

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

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

background-color css

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

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

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

border-color css

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

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

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