Html Css Color HEX #B2781F Pirate Gold

📋 copy color: '#B2781F'

red 178 ◦ green 120 ◦ blue 31

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

Shades of Pirate Gold #B2781F

Tints of Pirate Gold #B2781F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.42%

R = 54.1%
G = 36.47%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.30

RGB Variations

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

Color information

#B2781F (or 0xB2781F) is known color: Pirate Gold. HEX triplet: B2, 78 and 1F. RGB value is (178,120,31). Sum of RGB (Red+Green+Blue) = 178+120+31=329 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.10% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 31 (12.5% from 255 or 9.42% from 329); Max value from RGB is 178 - color contains mainly: red. Hex color #B2781F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2781F is #4D87E0. Grayscale: #7F7F7F. Windows color (decimal): -5081057 or 2062514. OLE color: 2062514.

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

Color convert

RGB 178 120 31 -
CMYK 0 0.33 0.83 0.30
HSL 36.33º 0.7% 0.41% -
HSV(B) 36.33º 0.83% 0.7% -
XYZ 25.32 23 4.4 -
YUV 127.2 73.72 164.24 -
System Red Green Blue C M Y K H S L
Decimal 178 120 31 0 0.33 0.83 0.30 36.33 0.7 0.41
Hex B2 78 1F 0 21 53 1E 24 46 29
Octal 262 170 37 0 41 123 36 44 106 51
Binary 10110010 1111000 11111 0 100001 1010011 11110 100100 1000110 101001

Color Harmonies of #B2781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2781F

Black with #B2781F

Text Example


Text Example

White with #B2781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2781F; }

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

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

background-color css

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

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

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

border-color css

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

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

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