Html Css Color HEX #B16B1E Pirate Gold

📋 copy color: '#B16B1E'

red 177 ◦ green 107 ◦ blue 30

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

Shades of Pirate Gold #B16B1E

Tints of Pirate Gold #B16B1E

RGB

 RED value IS 177 (69.53% from 255) = 56.37%

 GREEN value IS 107 (42.19% from 255) = 34.08%

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

R = 56.37%
G = 34.08%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#B16B1E (or 0xB16B1E) is known color: Pirate Gold. HEX triplet: B1, 6B and 1E. RGB value is (177,107,30). Sum of RGB (Red+Green+Blue) = 177+107+30=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 107 (42.19% from 255 or 34.08% from 314); Blue value is 30 (12.11% from 255 or 9.55% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B16B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B16B1E is #4E94E1. Grayscale: #777777. Windows color (decimal): -5149922 or 1993649. OLE color: 1993649.

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

Color convert

RGB 177 107 30 -
CMYK 0 0.40 0.83 0.31
HSL 31.43º 0.71% 0.41% -
HSV(B) 31.43º 0.83% 0.69% -
XYZ 23.62 19.96 3.84 -
YUV 119.15 77.69 169.26 -
System Red Green Blue C M Y K H S L
Decimal 177 107 30 0 0.40 0.83 0.31 31.43 0.71 0.41
Hex B1 6B 1E 0 28 53 1F 1F 47 29
Octal 261 153 36 0 50 123 37 37 107 51
Binary 10110001 1101011 11110 0 101000 1010011 11111 11111 1000111 101001

Color Harmonies of #B16B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B16B1E

Black with #B16B1E

Text Example


Text Example

White with #B16B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B16B1E; }

 p { color: rgb(177,107,30); }

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

background-color css

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

 a { background-color: rgb(177,107,30); }

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

border-color css

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

 span { border-color: rgb(177,107,30); }

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