Html Css Color HEX #B2771C Pirate Gold

📋 copy color: '#B2771C'

red 178 ◦ green 119 ◦ blue 28

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

Shades of Pirate Gold #B2771C

Tints of Pirate Gold #B2771C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 36.62%

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

R = 54.77%
G = 36.62%
B = 8.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#B2771C (or 0xB2771C) is known color: Pirate Gold. HEX triplet: B2, 77 and 1C. RGB value is (178,119,28). Sum of RGB (Red+Green+Blue) = 178+119+28=325 (43% of max value = 765). Red value is 178 (69.92% from 255 or 54.77% from 325); Green value is 119 (46.88% from 255 or 36.62% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 178 - color contains mainly: red. Hex color #B2771C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2771C is #4D88E3. Grayscale: #7E7E7E. Windows color (decimal): -5081316 or 1865650. OLE color: 1865650.

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

Color convert

RGB 178 119 28 -
CMYK 0 0.33 0.84 0.30
HSL 36.4º 0.73% 0.4% -
HSV(B) 36.4º 0.84% 0.7% -
XYZ 25.17 22.74 4.16 -
YUV 126.27 72.55 164.9 -
System Red Green Blue C M Y K H S L
Decimal 178 119 28 0 0.33 0.84 0.30 36.4 0.73 0.4
Hex B2 77 1C 0 21 54 1E 24 49 28
Octal 262 167 34 0 41 124 36 44 111 50
Binary 10110010 1110111 11100 0 100001 1010100 11110 100100 1001001 101000

Color Harmonies of #B2771C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2771C

Black with #B2771C

Text Example


Text Example

White with #B2771C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2771C; }

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

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

background-color css

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

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

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

border-color css

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

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

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