Html Css Color HEX #B4781B Pirate Gold

📋 copy color: '#B4781B'

red 180 ◦ green 120 ◦ blue 27

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

Shades of Pirate Gold #B4781B

Tints of Pirate Gold #B4781B

RGB

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

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

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

R = 55.05%
G = 36.7%
B = 8.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4781B (or 0xB4781B) is known color: Pirate Gold. HEX triplet: B4, 78 and 1B. RGB value is (180,120,27). Sum of RGB (Red+Green+Blue) = 180+120+27=327 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.05% from 327); Green value is 120 (47.27% from 255 or 36.70% from 327); Blue value is 27 (10.94% from 255 or 8.26% from 327); Max value from RGB is 180 - color contains mainly: red. Hex color #B4781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4781B is #4B87E4. Grayscale: #7F7F7F. Windows color (decimal): -4949989 or 1800372. OLE color: 1800372.

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

Color convert

RGB 180 120 27 -
CMYK 0 0.33 0.85 0.29
HSL 36.47º 0.74% 0.41% -
HSV(B) 36.47º 0.85% 0.71% -
XYZ 25.74 23.22 4.16 -
YUV 127.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 180 120 27 0 0.33 0.85 0.29 36.47 0.74 0.41
Hex B4 78 1B 0 21 55 1D 24 4A 29
Octal 264 170 33 0 41 125 35 44 112 51
Binary 10110100 1111000 11011 0 100001 1010101 11101 100100 1001010 101001

Color Harmonies of #B4781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4781B

Black with #B4781B

Text Example


Text Example

White with #B4781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4781B; }

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

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

background-color css

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

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

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

border-color css

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

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

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