Html Css Color HEX #B2711C Pirate Gold

📋 copy color: '#B2711C'

red 178 ◦ green 113 ◦ blue 28

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

Shades of Pirate Gold #B2711C

Tints of Pirate Gold #B2711C

RGB

 RED value IS 178 (69.92% from 255) = 55.8%

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

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

R = 55.8%
G = 35.42%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2711C (or 0xB2711C) is known color: Pirate Gold. HEX triplet: B2, 71 and 1C. RGB value is (178,113,28). Sum of RGB (Red+Green+Blue) = 178+113+28=319 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.80% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 28 (11.33% from 255 or 8.78% from 319); Max value from RGB is 178 - color contains mainly: red. Hex color #B2711C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2711C is #4D8EE3. Grayscale: #7B7B7B. Windows color (decimal): -5082852 or 1864114. OLE color: 1864114.

HSL color Cylindrical-coordinate representation of color #B2711C: hue angle of 34º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B2711C is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 113 28 -
CMYK 0 0.37 0.84 0.30
HSL 34º 0.73% 0.4% -
HSV(B) 34º 0.84% 0.7% -
XYZ 24.47 21.36 3.93 -
YUV 122.75 74.53 167.41 -
System Red Green Blue C M Y K H S L
Decimal 178 113 28 0 0.37 0.84 0.30 34 0.73 0.4
Hex B2 71 1C 0 25 54 1E 22 49 28
Octal 262 161 34 0 45 124 36 42 111 50
Binary 10110010 1110001 11100 0 100101 1010100 11110 100010 1001001 101000

Color Harmonies of #B2711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2711C

Black with #B2711C

Text Example


Text Example

White with #B2711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2711C; }

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

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

background-color css

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

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

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

border-color css

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

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

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