Html Css Color HEX #B5791C Pirate Gold

📋 copy color: '#B5791C'

red 181 ◦ green 121 ◦ blue 28

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

Shades of Pirate Gold #B5791C

Tints of Pirate Gold #B5791C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.48%

R = 54.85%
G = 36.67%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B5791C (or 0xB5791C) is known color: Pirate Gold. HEX triplet: B5, 79 and 1C. RGB value is (181,121,28). Sum of RGB (Red+Green+Blue) = 181+121+28=330 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.85% from 330); Green value is 121 (47.66% from 255 or 36.67% from 330); Blue value is 28 (11.33% from 255 or 8.48% from 330); Max value from RGB is 181 - color contains mainly: red. Hex color #B5791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5791C is #4A86E3. Grayscale: #808080. Windows color (decimal): -4884196 or 1866165. OLE color: 1866165.

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

Color convert

RGB 181 121 28 -
CMYK 0 0.33 0.85 0.29
HSL 36.47º 0.73% 0.41% -
HSV(B) 36.47º 0.85% 0.71% -
XYZ 26.1 23.58 4.27 -
YUV 128.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 181 121 28 0 0.33 0.85 0.29 36.47 0.73 0.41
Hex B5 79 1C 0 21 55 1D 24 49 29
Octal 265 171 34 0 41 125 35 44 111 51
Binary 10110101 1111001 11100 0 100001 1010101 11101 100100 1001001 101001

Color Harmonies of #B5791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5791C

Black with #B5791C

Text Example


Text Example

White with #B5791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5791C; }

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

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

background-color css

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

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

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

border-color css

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

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

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