Html Css Color HEX #B3781B Pirate Gold

📋 copy color: '#B3781B'

red 179 ◦ green 120 ◦ blue 27

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

Shades of Pirate Gold #B3781B

Tints of Pirate Gold #B3781B

RGB

 RED value IS 179 (70.31% from 255) = 54.91%

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

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

R = 54.91%
G = 36.81%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B3781B (or 0xB3781B) is known color: Pirate Gold. HEX triplet: B3, 78 and 1B. RGB value is (179,120,27). Sum of RGB (Red+Green+Blue) = 179+120+27=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3781B is #4C87E4. Grayscale: #7F7F7F. Windows color (decimal): -5015525 or 1800371. OLE color: 1800371.

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

Color convert

RGB 179 120 27 -
CMYK 0 0.33 0.85 0.30
HSL 36.71º 0.74% 0.4% -
HSV(B) 36.71º 0.85% 0.7% -
XYZ 25.5 23.1 4.15 -
YUV 127.04 71.55 165.06 -
System Red Green Blue C M Y K H S L
Decimal 179 120 27 0 0.33 0.85 0.30 36.71 0.74 0.4
Hex B3 78 1B 0 21 55 1E 25 4A 28
Octal 263 170 33 0 41 125 36 45 112 50
Binary 10110011 1111000 11011 0 100001 1010101 11110 100101 1001010 101000

Color Harmonies of #B3781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3781B

Black with #B3781B

Text Example


Text Example

White with #B3781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3781B; }

 p { color: rgb(179,120,27); }

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

background-color css

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

 a { background-color: rgb(179,120,27); }

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

border-color css

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

 span { border-color: rgb(179,120,27); }

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