Html Css Color HEX #B2711B Pirate Gold

📋 copy color: '#B2711B'

red 178 ◦ green 113 ◦ blue 27

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

Shades of Pirate Gold #B2711B

Tints of Pirate Gold #B2711B

RGB

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

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

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

R = 55.97%
G = 35.53%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2711B (or 0xB2711B) is known color: Pirate Gold. HEX triplet: B2, 71 and 1B. RGB value is (178,113,27). Sum of RGB (Red+Green+Blue) = 178+113+27=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B2711B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2711B is #4D8EE4. Grayscale: #7B7B7B. Windows color (decimal): -5082853 or 1798578. OLE color: 1798578.

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

Color convert

RGB 178 113 27 -
CMYK 0 0.37 0.85 0.30
HSL 34.17º 0.74% 0.4% -
HSV(B) 34.17º 0.85% 0.7% -
XYZ 24.46 21.35 3.87 -
YUV 122.63 74.03 167.49 -
System Red Green Blue C M Y K H S L
Decimal 178 113 27 0 0.37 0.85 0.30 34.17 0.74 0.4
Hex B2 71 1B 0 25 55 1E 22 4A 28
Octal 262 161 33 0 45 125 36 42 112 50
Binary 10110010 1110001 11011 0 100101 1010101 11110 100010 1001010 101000

Color Harmonies of #B2711B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2711B

Black with #B2711B

Text Example


Text Example

White with #B2711B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2711B; }

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

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

background-color css

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

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

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

border-color css

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

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

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