Html Css Color HEX #B06F19 Pirate Gold

📋 copy color: '#B06F19'

red 176 ◦ green 111 ◦ blue 25

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

Shades of Pirate Gold #B06F19

Tints of Pirate Gold #B06F19

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.58%

 BLUE value IS 25 (10.16% from 255) = 8.01%

R = 56.41%
G = 35.58%
B = 8.01%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#B06F19 (or 0xB06F19) is known color: Pirate Gold. HEX triplet: B0, 6F and 19. RGB value is (176,111,25). Sum of RGB (Red+Green+Blue) = 176+111+25=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 111 (43.75% from 255 or 35.58% from 312); Blue value is 25 (10.16% from 255 or 8.01% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B06F19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #B06F19 is #4F90E6. Grayscale: #797979. Windows color (decimal): -5214439 or 1666992. OLE color: 1666992.

HSL color Cylindrical-coordinate representation of color #B06F19: hue angle of 34.17º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B06F19 is Cyan = 0, Magento = 0.37, Yellow = 0.86 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 111 25 -
CMYK 0 0.37 0.86 0.31
HSL 34.17º 0.75% 0.39% -
HSV(B) 34.17º 0.86% 0.69% -
XYZ 23.76 20.67 3.66 -
YUV 120.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 176 111 25 0 0.37 0.86 0.31 34.17 0.75 0.39
Hex B0 6F 19 0 25 56 1F 22 4B 27
Octal 260 157 31 0 45 126 37 42 113 47
Binary 10110000 1101111 11001 0 100101 1010110 11111 100010 1001011 100111

Color Harmonies of #B06F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B06F19

Black with #B06F19

Text Example


Text Example

White with #B06F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B06F19; }

 p { color: rgb(176,111,25); }

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

background-color css

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

 a { background-color: rgb(176,111,25); }

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

border-color css

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

 span { border-color: rgb(176,111,25); }

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