Html Css Color HEX #B76A0E Pirate Gold

📋 copy color: '#B76A0E'

red 183 ◦ green 106 ◦ blue 14

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

Shades of Pirate Gold #B76A0E

Tints of Pirate Gold #B76A0E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 34.98%

 BLUE value IS 14 (5.86% from 255) = 4.62%

R = 60.4%
G = 34.98%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.28

RGB Variations

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

Color information

#B76A0E (or 0xB76A0E) is known color: Pirate Gold. HEX triplet: B7, 6A and 0E. RGB value is (183,106,14). Sum of RGB (Red+Green+Blue) = 183+106+14=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 106 (41.80% from 255 or 34.98% from 303); Blue value is 14 (5.86% from 255 or 4.62% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A0E is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76A0E is #4895F1. Grayscale: #767676. Windows color (decimal): -4756978 or 944823. OLE color: 944823.

HSL color Cylindrical-coordinate representation of color #B76A0E: hue angle of 32.66º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B76A0E is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 106 14 -
CMYK 0 0.42 0.92 0.28
HSL 32.66º 0.86% 0.39% -
HSV(B) 32.66º 0.92% 0.72% -
XYZ 24.76 20.41 3.05 -
YUV 118.54 69.01 173.98 -
System Red Green Blue C M Y K H S L
Decimal 183 106 14 0 0.42 0.92 0.28 32.66 0.86 0.39
Hex B7 6A E 0 2A 5C 1C 21 56 27
Octal 267 152 16 0 52 134 34 41 126 47
Binary 10110111 1101010 1110 0 101010 1011100 11100 100001 1010110 100111

Color Harmonies of #B76A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A0E

Black with #B76A0E

Text Example


Text Example

White with #B76A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A0E; }

 p { color: rgb(183,106,14); }

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

background-color css

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

 a { background-color: rgb(183,106,14); }

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

border-color css

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

 span { border-color: rgb(183,106,14); }

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