Html Css Color HEX #B0781D Pirate Gold

📋 copy color: '#B0781D'

red 176 ◦ green 120 ◦ blue 29

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

Shades of Pirate Gold #B0781D

Tints of Pirate Gold #B0781D

RGB

 RED value IS 176 (69.14% from 255) = 54.15%

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

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

R = 54.15%
G = 36.92%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0781D (or 0xB0781D) is known color: Pirate Gold. HEX triplet: B0, 78 and 1D. RGB value is (176,120,29). Sum of RGB (Red+Green+Blue) = 176+120+29=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0781D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0781D is #4F87E2. Grayscale: #7E7E7E. Windows color (decimal): -5212131 or 1931440. OLE color: 1931440.

HSL color Cylindrical-coordinate representation of color #B0781D: hue angle of 37.14º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B0781D is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 120 29 -
CMYK 0 0.32 0.84 0.31
HSL 37.14º 0.72% 0.4% -
HSV(B) 37.14º 0.84% 0.69% -
XYZ 24.84 22.75 4.24 -
YUV 126.37 73.05 163.4 -
System Red Green Blue C M Y K H S L
Decimal 176 120 29 0 0.32 0.84 0.31 37.14 0.72 0.4
Hex B0 78 1D 0 20 54 1F 25 48 28
Octal 260 170 35 0 40 124 37 45 110 50
Binary 10110000 1111000 11101 0 100000 1010100 11111 100101 1001000 101000

Color Harmonies of #B0781D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0781D

Black with #B0781D

Text Example


Text Example

White with #B0781D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0781D; }

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

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

background-color css

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

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

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

border-color css

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

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

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