Html Css Color HEX #B3681D Pirate Gold

📋 copy color: '#B3681D'

red 179 ◦ green 104 ◦ blue 29

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

Shades of Pirate Gold #B3681D

Tints of Pirate Gold #B3681D

RGB

 RED value IS 179 (70.31% from 255) = 57.37%

 GREEN value IS 104 (41.02% from 255) = 33.33%

 BLUE value IS 29 (11.72% from 255) = 9.29%

R = 57.37%
G = 33.33%
B = 9.29%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3681D (or 0xB3681D) is known color: Pirate Gold. HEX triplet: B3, 68 and 1D. RGB value is (179,104,29). Sum of RGB (Red+Green+Blue) = 179+104+29=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 104 (41.02% from 255 or 33.33% from 312); Blue value is 29 (11.72% from 255 or 9.29% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B3681D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3681D is #4C97E2. Grayscale: #767676. Windows color (decimal): -5019619 or 1927347. OLE color: 1927347.

HSL color Cylindrical-coordinate representation of color #B3681D: hue angle of 30º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B3681D is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 104 29 -
CMYK 0 0.42 0.84 0.30
HSL 30º 0.72% 0.41% -
HSV(B) 30º 0.84% 0.7% -
XYZ 23.76 19.57 3.69 -
YUV 117.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 179 104 29 0 0.42 0.84 0.30 30 0.72 0.41
Hex B3 68 1D 0 2A 54 1E 1E 48 29
Octal 263 150 35 0 52 124 36 36 110 51
Binary 10110011 1101000 11101 0 101010 1010100 11110 11110 1001000 101001

Color Harmonies of #B3681D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3681D

Black with #B3681D

Text Example


Text Example

White with #B3681D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3681D; }

 p { color: rgb(179,104,29); }

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

background-color css

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

 a { background-color: rgb(179,104,29); }

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

border-color css

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

 span { border-color: rgb(179,104,29); }

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