Html Css Color HEX #B2791A Pirate Gold

📋 copy color: '#B2791A'

red 178 ◦ green 121 ◦ blue 26

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

Shades of Pirate Gold #B2791A

Tints of Pirate Gold #B2791A

RGB

 RED value IS 178 (69.92% from 255) = 54.77%

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

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

R = 54.77%
G = 37.23%
B = 8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2791A (or 0xB2791A) is known color: Pirate Gold. HEX triplet: B2, 79 and 1A. RGB value is (178,121,26). Sum of RGB (Red+Green+Blue) = 178+121+26=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 26 (10.55% from 255 or 8% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2791A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2791A is #4D86E5. Grayscale: #7F7F7F. Windows color (decimal): -5080806 or 1735090. OLE color: 1735090.

HSL color Cylindrical-coordinate representation of color #B2791A: hue angle of 37.5º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B2791A is Cyan = 0, Magento = 0.32, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 121 26 -
CMYK 0 0.32 0.85 0.30
HSL 37.5º 0.75% 0.4% -
HSV(B) 37.5º 0.85% 0.7% -
XYZ 25.38 23.21 4.12 -
YUV 127.21 70.88 164.22 -
System Red Green Blue C M Y K H S L
Decimal 178 121 26 0 0.32 0.85 0.30 37.5 0.75 0.4
Hex B2 79 1A 0 20 55 1E 26 4B 28
Octal 262 171 32 0 40 125 36 46 113 50
Binary 10110010 1111001 11010 0 100000 1010101 11110 100110 1001011 101000

Color Harmonies of #B2791A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2791A

Black with #B2791A

Text Example


Text Example

White with #B2791A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2791A; }

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

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

background-color css

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

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

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

border-color css

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

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

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