Html Css Color HEX #B4771B Pirate Gold

📋 copy color: '#B4771B'

red 180 ◦ green 119 ◦ blue 27

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

Shades of Pirate Gold #B4771B

Tints of Pirate Gold #B4771B

RGB

 RED value IS 180 (70.7% from 255) = 55.21%

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

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

R = 55.21%
G = 36.5%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B4771B (or 0xB4771B) is known color: Pirate Gold. HEX triplet: B4, 77 and 1B. RGB value is (180,119,27). Sum of RGB (Red+Green+Blue) = 180+119+27=326 (43% of max value = 765). Red value is 180 (70.70% from 255 or 55.21% from 326); Green value is 119 (46.88% from 255 or 36.50% from 326); Blue value is 27 (10.94% from 255 or 8.28% from 326); Max value from RGB is 180 - color contains mainly: red. Hex color #B4771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B4771B is #4B88E4. Grayscale: #7F7F7F. Windows color (decimal): -4950245 or 1800116. OLE color: 1800116.

HSL color Cylindrical-coordinate representation of color #B4771B: hue angle of 36.08º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B4771B is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 119 27 -
CMYK 0 0.34 0.85 0.29
HSL 36.08º 0.74% 0.41% -
HSV(B) 36.08º 0.85% 0.71% -
XYZ 25.62 22.98 4.12 -
YUV 126.75 71.71 165.98 -
System Red Green Blue C M Y K H S L
Decimal 180 119 27 0 0.34 0.85 0.29 36.08 0.74 0.41
Hex B4 77 1B 0 22 55 1D 24 4A 29
Octal 264 167 33 0 42 125 35 44 112 51
Binary 10110100 1110111 11011 0 100010 1010101 11101 100100 1001010 101001

Color Harmonies of #B4771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4771B

Black with #B4771B

Text Example


Text Example

White with #B4771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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