Html Css Color HEX #B2781D Pirate Gold

📋 copy color: '#B2781D'

red 178 ◦ green 120 ◦ blue 29

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

Shades of Pirate Gold #B2781D

Tints of Pirate Gold #B2781D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.7%

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

R = 54.43%
G = 36.7%
B = 8.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2781D (or 0xB2781D) is known color: Pirate Gold. HEX triplet: B2, 78 and 1D. RGB value is (178,120,29). Sum of RGB (Red+Green+Blue) = 178+120+29=327 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.43% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 178 - color contains mainly: red. Hex color #B2781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2781D is #4D87E2. Grayscale: #7F7F7F. Windows color (decimal): -5081059 or 1931442. OLE color: 1931442.

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

Color convert

RGB 178 120 29 -
CMYK 0 0.33 0.84 0.30
HSL 36.64º 0.72% 0.41% -
HSV(B) 36.64º 0.84% 0.7% -
XYZ 25.3 22.99 4.27 -
YUV 126.97 72.72 164.4 -
System Red Green Blue C M Y K H S L
Decimal 178 120 29 0 0.33 0.84 0.30 36.64 0.72 0.41
Hex B2 78 1D 0 21 54 1E 25 48 29
Octal 262 170 35 0 41 124 36 45 110 51
Binary 10110010 1111000 11101 0 100001 1010100 11110 100101 1001000 101001

Color Harmonies of #B2781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2781D

Black with #B2781D

Text Example


Text Example

White with #B2781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2781D; }

 p { color: rgb(178,120,29); }

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

background-color css

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

 a { background-color: rgb(178,120,29); }

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

border-color css

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

 span { border-color: rgb(178,120,29); }

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