Html Css Color HEX #B1671B Pirate Gold

📋 copy color: '#B1671B'

red 177 ◦ green 103 ◦ blue 27

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

Shades of Pirate Gold #B1671B

Tints of Pirate Gold #B1671B

RGB

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

 GREEN value IS 103 (40.63% from 255) = 33.55%

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

R = 57.65%
G = 33.55%
B = 8.79%

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

#B1671B (or 0xB1671B) is known color: Pirate Gold. HEX triplet: B1, 67 and 1B. RGB value is (177,103,27). Sum of RGB (Red+Green+Blue) = 177+103+27=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 103 (40.62% from 255 or 33.55% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B1671B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1671B is #4E98E4. Grayscale: #747474. Windows color (decimal): -5150949 or 1796017. OLE color: 1796017.

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

Color convert

RGB 177 103 27 -
CMYK 0 0.42 0.85 0.31
HSL 30.4º 0.74% 0.4% -
HSV(B) 30.4º 0.85% 0.69% -
XYZ 23.18 19.13 3.51 -
YUV 116.46 77.52 171.18 -
System Red Green Blue C M Y K H S L
Decimal 177 103 27 0 0.42 0.85 0.31 30.4 0.74 0.4
Hex B1 67 1B 0 2A 55 1F 1E 4A 28
Octal 261 147 33 0 52 125 37 36 112 50
Binary 10110001 1100111 11011 0 101010 1010101 11111 11110 1001010 101000

Color Harmonies of #B1671B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1671B

Black with #B1671B

Text Example


Text Example

White with #B1671B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1671B; }

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

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

background-color css

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

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

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

border-color css

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

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

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