Html Css Color HEX #B2771B Pirate Gold

📋 copy color: '#B2771B'

red 178 ◦ green 119 ◦ blue 27

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

Shades of Pirate Gold #B2771B

Tints of Pirate Gold #B2771B

RGB

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

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

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

R = 54.94%
G = 36.73%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#B2771B (or 0xB2771B) is known color: Pirate Gold. HEX triplet: B2, 77 and 1B. RGB value is (178,119,27). Sum of RGB (Red+Green+Blue) = 178+119+27=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 119 (46.88% from 255 or 36.73% from 324); Blue value is 27 (10.94% from 255 or 8.33% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2771B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B2771B is #4D88E4. Grayscale: #7E7E7E. Windows color (decimal): -5081317 or 1800114. OLE color: 1800114.

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

Color convert

RGB 178 119 27 -
CMYK 0 0.33 0.85 0.30
HSL 36.56º 0.74% 0.4% -
HSV(B) 36.56º 0.85% 0.7% -
XYZ 25.15 22.74 4.1 -
YUV 126.15 72.05 164.98 -
System Red Green Blue C M Y K H S L
Decimal 178 119 27 0 0.33 0.85 0.30 36.56 0.74 0.4
Hex B2 77 1B 0 21 55 1E 25 4A 28
Octal 262 167 33 0 41 125 36 45 112 50
Binary 10110010 1110111 11011 0 100001 1010101 11110 100101 1001010 101000

Color Harmonies of #B2771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2771B

Black with #B2771B

Text Example


Text Example

White with #B2771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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