Html Css Color HEX #B1671C Pirate Gold

📋 copy color: '#B1671C'

red 177 ◦ green 103 ◦ blue 28

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

Shades of Pirate Gold #B1671C

Tints of Pirate Gold #B1671C

RGB

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

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

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

R = 57.47%
G = 33.44%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#B1671C (or 0xB1671C) is known color: Pirate Gold. HEX triplet: B1, 67 and 1C. RGB value is (177,103,28). Sum of RGB (Red+Green+Blue) = 177+103+28=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 103 (40.62% from 255 or 33.44% from 308); Blue value is 28 (11.33% from 255 or 9.09% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B1671C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B1671C is #4E98E3. Grayscale: #747474. Windows color (decimal): -5150948 or 1861553. OLE color: 1861553.

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

Color convert

RGB 177 103 28 -
CMYK 0 0.42 0.84 0.31
HSL 30.2º 0.73% 0.4% -
HSV(B) 30.2º 0.84% 0.69% -
XYZ 23.19 19.13 3.57 -
YUV 116.58 78.02 171.1 -
System Red Green Blue C M Y K H S L
Decimal 177 103 28 0 0.42 0.84 0.31 30.2 0.73 0.4
Hex B1 67 1C 0 2A 54 1F 1E 49 28
Octal 261 147 34 0 52 124 37 36 111 50
Binary 10110001 1100111 11100 0 101010 1010100 11111 11110 1001001 101000

Color Harmonies of #B1671C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1671C

Black with #B1671C

Text Example


Text Example

White with #B1671C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1671C; }

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

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

background-color css

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

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

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

border-color css

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

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

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