Html Css Color HEX #B76613 Pirate Gold

📋 copy color: '#B76613'

red 183 ◦ green 102 ◦ blue 19

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

Shades of Pirate Gold #B76613

Tints of Pirate Gold #B76613

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.55%

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 60.2%
G = 33.55%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.28

RGB Variations

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

Color information

#B76613 (or 0xB76613) is known color: Pirate Gold. HEX triplet: B7, 66 and 13. RGB value is (183,102,19). Sum of RGB (Red+Green+Blue) = 183+102+19=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 102 (40.23% from 255 or 33.55% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B76613 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76613 is #4899EC. Grayscale: #757575. Windows color (decimal): -4757997 or 1271479. OLE color: 1271479.

HSL color Cylindrical-coordinate representation of color #B76613: hue angle of 30.37º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B76613 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 102 19 -
CMYK 0 0.44 0.90 0.28
HSL 30.37º 0.81% 0.4% -
HSV(B) 30.37º 0.9% 0.72% -
XYZ 24.4 19.62 3.12 -
YUV 116.76 72.84 175.25 -
System Red Green Blue C M Y K H S L
Decimal 183 102 19 0 0.44 0.90 0.28 30.37 0.81 0.4
Hex B7 66 13 0 2C 5A 1C 1E 51 28
Octal 267 146 23 0 54 132 34 36 121 50
Binary 10110111 1100110 10011 0 101100 1011010 11100 11110 1010001 101000

Color Harmonies of #B76613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76613

Black with #B76613

Text Example


Text Example

White with #B76613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76613; }

 p { color: rgb(183,102,19); }

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

background-color css

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

 a { background-color: rgb(183,102,19); }

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

border-color css

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

 span { border-color: rgb(183,102,19); }

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