Html Css Color HEX #B76614 Pirate Gold

📋 copy color: '#B76614'

red 183 ◦ green 102 ◦ blue 20

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

Shades of Pirate Gold #B76614

Tints of Pirate Gold #B76614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.56%

R = 60%
G = 33.44%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76614 (or 0xB76614) is known color: Pirate Gold. HEX triplet: B7, 66 and 14. RGB value is (183,102,20). Sum of RGB (Red+Green+Blue) = 183+102+20=305 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60% from 305); Green value is 102 (40.23% from 255 or 33.44% from 305); Blue value is 20 (8.20% from 255 or 6.56% from 305); Max value from RGB is 183 - color contains mainly: red. Hex color #B76614 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76614 is #4899EB. Grayscale: #757575. Windows color (decimal): -4757996 or 1337015. OLE color: 1337015.

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

Color convert

RGB 183 102 20 -
CMYK 0 0.44 0.89 0.28
HSL 30.18º 0.8% 0.4% -
HSV(B) 30.18º 0.89% 0.72% -
XYZ 24.41 19.62 3.16 -
YUV 116.87 73.34 175.17 -
System Red Green Blue C M Y K H S L
Decimal 183 102 20 0 0.44 0.89 0.28 30.18 0.8 0.4
Hex B7 66 14 0 2C 59 1C 1E 50 28
Octal 267 146 24 0 54 131 34 36 120 50
Binary 10110111 1100110 10100 0 101100 1011001 11100 11110 1010000 101000

Color Harmonies of #B76614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76614

Black with #B76614

Text Example


Text Example

White with #B76614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76614; }

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

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

background-color css

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

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

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

border-color css

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

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

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