Html Css Color HEX #B3791D Pirate Gold

📋 copy color: '#B3791D'

red 179 ◦ green 121 ◦ blue 29

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

Shades of Pirate Gold #B3791D

Tints of Pirate Gold #B3791D

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.78%

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

R = 54.41%
G = 36.78%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B3791D (or 0xB3791D) is known color: Pirate Gold. HEX triplet: B3, 79 and 1D. RGB value is (179,121,29). Sum of RGB (Red+Green+Blue) = 179+121+29=329 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.41% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 29 (11.72% from 255 or 8.81% from 329); Max value from RGB is 179 - color contains mainly: red. Hex color #B3791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3791D is #4C86E2. Grayscale: #808080. Windows color (decimal): -5015267 or 1931699. OLE color: 1931699.

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

Color convert

RGB 179 121 29 -
CMYK 0 0.32 0.84 0.30
HSL 36.8º 0.72% 0.41% -
HSV(B) 36.8º 0.84% 0.7% -
XYZ 25.65 23.35 4.32 -
YUV 127.85 72.22 164.48 -
System Red Green Blue C M Y K H S L
Decimal 179 121 29 0 0.32 0.84 0.30 36.8 0.72 0.41
Hex B3 79 1D 0 20 54 1E 25 48 29
Octal 263 171 35 0 40 124 36 45 110 51
Binary 10110011 1111001 11101 0 100000 1010100 11110 100101 1001000 101001

Color Harmonies of #B3791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3791D

Black with #B3791D

Text Example


Text Example

White with #B3791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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