Html Css Color HEX #B76B14 Pirate Gold

📋 copy color: '#B76B14'

red 183 ◦ green 107 ◦ blue 20

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

Shades of Pirate Gold #B76B14

Tints of Pirate Gold #B76B14

RGB

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

 GREEN value IS 107 (42.19% from 255) = 34.52%

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

R = 59.03%
G = 34.52%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76B14 (or 0xB76B14) is known color: Pirate Gold. HEX triplet: B7, 6B and 14. RGB value is (183,107,20). Sum of RGB (Red+Green+Blue) = 183+107+20=310 (41% of max value = 765). Red value is 183 (71.88% from 255 or 59.03% from 310); Green value is 107 (42.19% from 255 or 34.52% from 310); Blue value is 20 (8.20% from 255 or 6.45% from 310); Max value from RGB is 183 - color contains mainly: red. Hex color #B76B14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76B14 is #4894EB. Grayscale: #787878. Windows color (decimal): -4756716 or 1338295. OLE color: 1338295.

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

Color convert

RGB 183 107 20 -
CMYK 0 0.42 0.89 0.28
HSL 32.02º 0.8% 0.4% -
HSV(B) 32.02º 0.89% 0.72% -
XYZ 24.91 20.63 3.33 -
YUV 119.81 71.68 173.07 -
System Red Green Blue C M Y K H S L
Decimal 183 107 20 0 0.42 0.89 0.28 32.02 0.8 0.4
Hex B7 6B 14 0 2A 59 1C 20 50 28
Octal 267 153 24 0 52 131 34 40 120 50
Binary 10110111 1101011 10100 0 101010 1011001 11100 100000 1010000 101000

Color Harmonies of #B76B14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76B14

Black with #B76B14

Text Example


Text Example

White with #B76B14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76B14; }

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

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

background-color css

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

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

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

border-color css

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

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

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