Html Css Color HEX #B4791A Pirate Gold

📋 copy color: '#B4791A'

red 180 ◦ green 121 ◦ blue 26

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

Shades of Pirate Gold #B4791A

Tints of Pirate Gold #B4791A

RGB

 RED value IS 180 (70.7% from 255) = 55.05%

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

 BLUE value IS 26 (10.55% from 255) = 7.95%

R = 55.05%
G = 37%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#B4791A (or 0xB4791A) is known color: Pirate Gold. HEX triplet: B4, 79 and 1A. RGB value is (180,121,26). Sum of RGB (Red+Green+Blue) = 180+121+26=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4791A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4791A is #4B86E5. Grayscale: #808080. Windows color (decimal): -4949734 or 1735092. OLE color: 1735092.

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

Color convert

RGB 180 121 26 -
CMYK 0 0.33 0.86 0.29
HSL 37.01º 0.75% 0.4% -
HSV(B) 37.01º 0.86% 0.71% -
XYZ 25.85 23.45 4.14 -
YUV 127.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 180 121 26 0 0.33 0.86 0.29 37.01 0.75 0.4
Hex B4 79 1A 0 21 56 1D 25 4B 28
Octal 264 171 32 0 41 126 35 45 113 50
Binary 10110100 1111001 11010 0 100001 1010110 11101 100101 1001011 101000

Color Harmonies of #B4791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4791A

Black with #B4791A

Text Example


Text Example

White with #B4791A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4791A; }

 p { color: rgb(180,121,26); }

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

background-color css

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

 a { background-color: rgb(180,121,26); }

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

border-color css

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

 span { border-color: rgb(180,121,26); }

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