Html Css Color HEX #B07A1C Pirate Gold

📋 copy color: '#B07A1C'

red 176 ◦ green 122 ◦ blue 28

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

Shades of Pirate Gold #B07A1C

Tints of Pirate Gold #B07A1C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 37.42%

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

R = 53.99%
G = 37.42%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B07A1C (or 0xB07A1C) is known color: Pirate Gold. HEX triplet: B0, 7A and 1C. RGB value is (176,122,28). Sum of RGB (Red+Green+Blue) = 176+122+28=326 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.99% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 28 (11.33% from 255 or 8.59% from 326); Max value from RGB is 176 - color contains mainly: red. Hex color #B07A1C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B07A1C is #4F85E3. Grayscale: #7F7F7F. Windows color (decimal): -5211620 or 1866416. OLE color: 1866416.

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

Color convert

RGB 176 122 28 -
CMYK 0 0.31 0.84 0.31
HSL 38.11º 0.73% 0.4% -
HSV(B) 38.11º 0.84% 0.69% -
XYZ 25.07 23.23 4.26 -
YUV 127.43 71.89 162.64 -
System Red Green Blue C M Y K H S L
Decimal 176 122 28 0 0.31 0.84 0.31 38.11 0.73 0.4
Hex B0 7A 1C 0 1F 54 1F 26 49 28
Octal 260 172 34 0 37 124 37 46 111 50
Binary 10110000 1111010 11100 0 11111 1010100 11111 100110 1001001 101000

Color Harmonies of #B07A1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07A1C

Black with #B07A1C

Text Example


Text Example

White with #B07A1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07A1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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