Html Css Color HEX #B0731C Pirate Gold

📋 copy color: '#B0731C'

red 176 ◦ green 115 ◦ blue 28

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

Shades of Pirate Gold #B0731C

Tints of Pirate Gold #B0731C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.05%

 BLUE value IS 28 (11.33% from 255) = 8.78%

R = 55.17%
G = 36.05%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B0731C (or 0xB0731C) is known color: Pirate Gold. HEX triplet: B0, 73 and 1C. RGB value is (176,115,28). Sum of RGB (Red+Green+Blue) = 176+115+28=319 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.17% from 319); Green value is 115 (45.31% from 255 or 36.05% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 176 - color contains mainly: red. Hex color #B0731C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0731C is #4F8CE3. Grayscale: #7B7B7B. Windows color (decimal): -5213412 or 1864624. OLE color: 1864624.

HSL color Cylindrical-coordinate representation of color #B0731C: hue angle of 35.27º degrees, saturation: 0.73, 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 #B0731C is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 115 28 -
CMYK 0 0.35 0.84 0.31
HSL 35.27º 0.73% 0.4% -
HSV(B) 35.27º 0.84% 0.69% -
XYZ 24.24 21.58 3.99 -
YUV 123.32 74.21 165.57 -
System Red Green Blue C M Y K H S L
Decimal 176 115 28 0 0.35 0.84 0.31 35.27 0.73 0.4
Hex B0 73 1C 0 23 54 1F 23 49 28
Octal 260 163 34 0 43 124 37 43 111 50
Binary 10110000 1110011 11100 0 100011 1010100 11111 100011 1001001 101000

Color Harmonies of #B0731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0731C

Black with #B0731C

Text Example


Text Example

White with #B0731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0731C; }

 p { color: rgb(176,115,28); }

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

background-color css

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

 a { background-color: rgb(176,115,28); }

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

border-color css

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

 span { border-color: rgb(176,115,28); }

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