Html Css Color HEX #B0701A Pirate Gold

📋 copy color: '#B0701A'

red 176 ◦ green 112 ◦ blue 26

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

Shades of Pirate Gold #B0701A

Tints of Pirate Gold #B0701A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 35.67%

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 56.05%
G = 35.67%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0701A (or 0xB0701A) is known color: Pirate Gold. HEX triplet: B0, 70 and 1A. RGB value is (176,112,26). Sum of RGB (Red+Green+Blue) = 176+112+26=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 112 (44.14% from 255 or 35.67% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B0701A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0701A is #4F8FE5. Grayscale: #797979. Windows color (decimal): -5214182 or 1732784. OLE color: 1732784.

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

Color convert

RGB 176 112 26 -
CMYK 0 0.36 0.85 0.31
HSL 34.4º 0.74% 0.4% -
HSV(B) 34.4º 0.85% 0.69% -
XYZ 23.89 20.89 3.75 -
YUV 121.33 74.2 166.99 -
System Red Green Blue C M Y K H S L
Decimal 176 112 26 0 0.36 0.85 0.31 34.4 0.74 0.4
Hex B0 70 1A 0 24 55 1F 22 4A 28
Octal 260 160 32 0 44 125 37 42 112 50
Binary 10110000 1110000 11010 0 100100 1010101 11111 100010 1001010 101000

Color Harmonies of #B0701A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0701A

Black with #B0701A

Text Example


Text Example

White with #B0701A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0701A; }

 p { color: rgb(176,112,26); }

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

background-color css

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

 a { background-color: rgb(176,112,26); }

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

border-color css

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

 span { border-color: rgb(176,112,26); }

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