Html Css Color HEX #B5791B Pirate Gold

📋 copy color: '#B5791B'

red 181 ◦ green 121 ◦ blue 27

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

Shades of Pirate Gold #B5791B

Tints of Pirate Gold #B5791B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.21%

R = 55.02%
G = 36.78%
B = 8.21%

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

#B5791B (or 0xB5791B) is known color: Pirate Gold. HEX triplet: B5, 79 and 1B. RGB value is (181,121,27). Sum of RGB (Red+Green+Blue) = 181+121+27=329 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.02% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 27 (10.94% from 255 or 8.21% from 329); Max value from RGB is 181 - color contains mainly: red. Hex color #B5791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B5791B is #4A86E4. Grayscale: #808080. Windows color (decimal): -4884197 or 1800629. OLE color: 1800629.

HSL color Cylindrical-coordinate representation of color #B5791B: hue angle of 36.62º degrees, saturation: 0.74, 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 #B5791B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 121 27 -
CMYK 0 0.33 0.85 0.29
HSL 36.62º 0.74% 0.41% -
HSV(B) 36.62º 0.85% 0.71% -
XYZ 26.09 23.58 4.21 -
YUV 128.22 70.88 165.64 -
System Red Green Blue C M Y K H S L
Decimal 181 121 27 0 0.33 0.85 0.29 36.62 0.74 0.41
Hex B5 79 1B 0 21 55 1D 25 4A 29
Octal 265 171 33 0 41 125 35 45 112 51
Binary 10110101 1111001 11011 0 100001 1010101 11101 100101 1001010 101001

Color Harmonies of #B5791B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5791B

Black with #B5791B

Text Example


Text Example

White with #B5791B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5791B; }

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

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

background-color css

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

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

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

border-color css

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

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

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