Html Css Color HEX #B3691D Pirate Gold

📋 copy color: '#B3691D'

red 179 ◦ green 105 ◦ blue 29

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

Shades of Pirate Gold #B3691D

Tints of Pirate Gold #B3691D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 33.55%

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

R = 57.19%
G = 33.55%
B = 9.27%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3691D (or 0xB3691D) is known color: Pirate Gold. HEX triplet: B3, 69 and 1D. RGB value is (179,105,29). Sum of RGB (Red+Green+Blue) = 179+105+29=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 105 (41.41% from 255 or 33.55% from 313); Blue value is 29 (11.72% from 255 or 9.27% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B3691D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3691D is #4C96E2. Grayscale: #767676. Windows color (decimal): -5019363 or 1927603. OLE color: 1927603.

HSL color Cylindrical-coordinate representation of color #B3691D: hue angle of 30.4º 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 #B3691D is Cyan = 0, Magento = 0.41, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 105 29 -
CMYK 0 0.41 0.84 0.30
HSL 30.4º 0.72% 0.41% -
HSV(B) 30.4º 0.84% 0.7% -
XYZ 23.86 19.78 3.72 -
YUV 118.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 179 105 29 0 0.41 0.84 0.30 30.4 0.72 0.41
Hex B3 69 1D 0 29 54 1E 1E 48 29
Octal 263 151 35 0 51 124 36 36 110 51
Binary 10110011 1101001 11101 0 101001 1010100 11110 11110 1001000 101001

Color Harmonies of #B3691D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3691D

Black with #B3691D

Text Example


Text Example

White with #B3691D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3691D; }

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

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

background-color css

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

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

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

border-color css

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

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

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