Html Css Color HEX #B0781E Pirate Gold

📋 copy color: '#B0781E'

red 176 ◦ green 120 ◦ blue 30

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

Shades of Pirate Gold #B0781E

Tints of Pirate Gold #B0781E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.2%

R = 53.99%
G = 36.81%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B0781E (or 0xB0781E) is known color: Pirate Gold. HEX triplet: B0, 78 and 1E. RGB value is (176,120,30). Sum of RGB (Red+Green+Blue) = 176+120+30=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 120 (47.27% from 255 or 36.81% from 326); Blue value is 30 (12.11% from 255 or 9.20% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B0781E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0781E is #4F87E1. Grayscale: #7E7E7E. Windows color (decimal): -5212130 or 1996976. OLE color: 1996976.

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

Color convert

RGB 176 120 30 -
CMYK 0 0.32 0.83 0.31
HSL 36.99º 0.71% 0.4% -
HSV(B) 36.99º 0.83% 0.69% -
XYZ 24.86 22.76 4.31 -
YUV 126.48 73.55 163.32 -
System Red Green Blue C M Y K H S L
Decimal 176 120 30 0 0.32 0.83 0.31 36.99 0.71 0.4
Hex B0 78 1E 0 20 53 1F 25 47 28
Octal 260 170 36 0 40 123 37 45 107 50
Binary 10110000 1111000 11110 0 100000 1010011 11111 100101 1000111 101000

Color Harmonies of #B0781E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0781E

Black with #B0781E

Text Example


Text Example

White with #B0781E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0781E; }

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

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

background-color css

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

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

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

border-color css

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

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

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