Html Css Color HEX #B7711C Pirate Gold

📋 copy color: '#B7711C'

red 183 ◦ green 113 ◦ blue 28

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

Shades of Pirate Gold #B7711C

Tints of Pirate Gold #B7711C

RGB

 RED value IS 183 (71.88% from 255) = 56.48%

 GREEN value IS 113 (44.53% from 255) = 34.88%

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

R = 56.48%
G = 34.88%
B = 8.64%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7711C (or 0xB7711C) is known color: Pirate Gold. HEX triplet: B7, 71 and 1C. RGB value is (183,113,28). Sum of RGB (Red+Green+Blue) = 183+113+28=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 28 (11.33% from 255 or 8.64% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B7711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7711C is #488EE3. Grayscale: #7C7C7C. Windows color (decimal): -4755172 or 1864119. OLE color: 1864119.

HSL color Cylindrical-coordinate representation of color #B7711C: hue angle of 32.9º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7711C is Cyan = 0, Magento = 0.38, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 113 28 -
CMYK 0 0.38 0.85 0.28
HSL 32.9º 0.73% 0.41% -
HSV(B) 32.9º 0.85% 0.72% -
XYZ 25.64 21.96 3.99 -
YUV 124.24 73.69 169.91 -
System Red Green Blue C M Y K H S L
Decimal 183 113 28 0 0.38 0.85 0.28 32.9 0.73 0.41
Hex B7 71 1C 0 26 55 1C 21 49 29
Octal 267 161 34 0 46 125 34 41 111 51
Binary 10110111 1110001 11100 0 100110 1010101 11100 100001 1001001 101001

Color Harmonies of #B7711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7711C

Black with #B7711C

Text Example


Text Example

White with #B7711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7711C; }

 p { color: rgb(183,113,28); }

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

background-color css

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

 a { background-color: rgb(183,113,28); }

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

border-color css

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

 span { border-color: rgb(183,113,28); }

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