Html Css Color HEX #B76712 Pirate Gold

📋 copy color: '#B76712'

red 183 ◦ green 103 ◦ blue 18

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

Shades of Pirate Gold #B76712

Tints of Pirate Gold #B76712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.88%

 BLUE value IS 18 (7.42% from 255) = 5.92%

R = 60.2%
G = 33.88%
B = 5.92%

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

#B76712 (or 0xB76712) is known color: Pirate Gold. HEX triplet: B7, 67 and 12. RGB value is (183,103,18). Sum of RGB (Red+Green+Blue) = 183+103+18=304 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.20% from 304); Green value is 103 (40.62% from 255 or 33.88% from 304); Blue value is 18 (7.42% from 255 or 5.92% from 304); Max value from RGB is 183 - color contains mainly: red. Hex color #B76712 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76712 is #4898ED. Grayscale: #757575. Windows color (decimal): -4757742 or 1206199. OLE color: 1206199.

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

Color convert

RGB 183 103 18 -
CMYK 0 0.44 0.90 0.28
HSL 30.91º 0.82% 0.39% -
HSV(B) 30.91º 0.9% 0.72% -
XYZ 24.49 19.81 3.11 -
YUV 117.23 72 174.91 -
System Red Green Blue C M Y K H S L
Decimal 183 103 18 0 0.44 0.90 0.28 30.91 0.82 0.39
Hex B7 67 12 0 2C 5A 1C 1F 52 27
Octal 267 147 22 0 54 132 34 37 122 47
Binary 10110111 1100111 10010 0 101100 1011010 11100 11111 1010010 100111

Color Harmonies of #B76712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76712

Black with #B76712

Text Example


Text Example

White with #B76712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76712; }

 p { color: rgb(183,103,18); }

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

background-color css

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

 a { background-color: rgb(183,103,18); }

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

border-color css

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

 span { border-color: rgb(183,103,18); }

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