Html Css Color HEX #B76612 Pirate Gold

📋 copy color: '#B76612'

red 183 ◦ green 102 ◦ blue 18

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

Shades of Pirate Gold #B76612

Tints of Pirate Gold #B76612

RGB

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

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

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

R = 60.4%
G = 33.66%
B = 5.94%

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

#B76612 (or 0xB76612) is known color: Pirate Gold. HEX triplet: B7, 66 and 12. RGB value is (183,102,18). Sum of RGB (Red+Green+Blue) = 183+102+18=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 102 (40.23% from 255 or 33.66% from 303); Blue value is 18 (7.42% from 255 or 5.94% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B76612 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76612 is #4899ED. Grayscale: #757575. Windows color (decimal): -4757998 or 1205943. OLE color: 1205943.

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

Color convert

RGB 183 102 18 -
CMYK 0 0.44 0.90 0.28
HSL 30.55º 0.82% 0.39% -
HSV(B) 30.55º 0.9% 0.72% -
XYZ 24.39 19.61 3.07 -
YUV 116.64 72.34 175.33 -
System Red Green Blue C M Y K H S L
Decimal 183 102 18 0 0.44 0.90 0.28 30.55 0.82 0.39
Hex B7 66 12 0 2C 5A 1C 1F 52 27
Octal 267 146 22 0 54 132 34 37 122 47
Binary 10110111 1100110 10010 0 101100 1011010 11100 11111 1010010 100111

Color Harmonies of #B76612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76612

Black with #B76612

Text Example


Text Example

White with #B76612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76612; }

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

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

background-color css

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

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

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

border-color css

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

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

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