Html Css Color HEX #B1661B Pirate Gold

📋 copy color: '#B1661B'

red 177 ◦ green 102 ◦ blue 27

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

Shades of Pirate Gold #B1661B

Tints of Pirate Gold #B1661B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.33%

 BLUE value IS 27 (10.94% from 255) = 8.82%

R = 57.84%
G = 33.33%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B1661B (or 0xB1661B) is known color: Pirate Gold. HEX triplet: B1, 66 and 1B. RGB value is (177,102,27). Sum of RGB (Red+Green+Blue) = 177+102+27=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 102 (40.23% from 255 or 33.33% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B1661B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1661B is #4E99E4. Grayscale: #747474. Windows color (decimal): -5151205 or 1795761. OLE color: 1795761.

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

Color convert

RGB 177 102 27 -
CMYK 0 0.42 0.85 0.31
HSL 30º 0.74% 0.4% -
HSV(B) 30º 0.85% 0.69% -
XYZ 23.08 18.93 3.47 -
YUV 115.88 77.85 171.6 -
System Red Green Blue C M Y K H S L
Decimal 177 102 27 0 0.42 0.85 0.31 30 0.74 0.4
Hex B1 66 1B 0 2A 55 1F 1E 4A 28
Octal 261 146 33 0 52 125 37 36 112 50
Binary 10110001 1100110 11011 0 101010 1010101 11111 11110 1001010 101000

Color Harmonies of #B1661B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1661B

Black with #B1661B

Text Example


Text Example

White with #B1661B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1661B; }

 p { color: rgb(177,102,27); }

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

background-color css

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

 a { background-color: rgb(177,102,27); }

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

border-color css

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

 span { border-color: rgb(177,102,27); }

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