Html Css Color HEX #B5791D Pirate Gold

📋 copy color: '#B5791D'

red 181 ◦ green 121 ◦ blue 29

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

Shades of Pirate Gold #B5791D

Tints of Pirate Gold #B5791D

RGB

 RED value IS 181 (71.09% from 255) = 54.68%

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

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

R = 54.68%
G = 36.56%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.29

RGB Variations

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

Color information

#B5791D (or 0xB5791D) is known color: Pirate Gold. HEX triplet: B5, 79 and 1D. RGB value is (181,121,29). Sum of RGB (Red+Green+Blue) = 181+121+29=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 121 (47.66% from 255 or 36.56% from 331); Blue value is 29 (11.72% from 255 or 8.76% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5791D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5791D is #4A86E2. Grayscale: #808080. Windows color (decimal): -4884195 or 1931701. OLE color: 1931701.

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

Color convert

RGB 181 121 29 -
CMYK 0 0.33 0.84 0.29
HSL 36.32º 0.72% 0.41% -
HSV(B) 36.32º 0.84% 0.71% -
XYZ 26.12 23.59 4.34 -
YUV 128.45 71.88 165.48 -
System Red Green Blue C M Y K H S L
Decimal 181 121 29 0 0.33 0.84 0.29 36.32 0.72 0.41
Hex B5 79 1D 0 21 54 1D 24 48 29
Octal 265 171 35 0 41 124 35 44 110 51
Binary 10110101 1111001 11101 0 100001 1010100 11101 100100 1001000 101001

Color Harmonies of #B5791D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5791D

Black with #B5791D

Text Example


Text Example

White with #B5791D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5791D; }

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

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

background-color css

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

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

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

border-color css

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

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

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