Html Css Color HEX #B8772F Pirate Gold

📋 copy color: '#B8772F'

red 184 ◦ green 119 ◦ blue 47

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

Shades of Pirate Gold #B8772F

Tints of Pirate Gold #B8772F

RGB

 RED value IS 184 (72.27% from 255) = 52.57%

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

 BLUE value IS 47 (18.75% from 255) = 13.43%

R = 52.57%
G = 34%
B = 13.43%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.74

 K value IS 0.28

RGB Variations

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

Color information

#B8772F (or 0xB8772F) is known color: Pirate Gold. HEX triplet: B8, 77 and 2F. RGB value is (184,119,47). Sum of RGB (Red+Green+Blue) = 184+119+47=350 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.57% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 47 (18.75% from 255 or 13.43% from 350); Max value from RGB is 184 - color contains mainly: red. Hex color #B8772F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8772F is #4788D0. Grayscale: #828282. Windows color (decimal): -4688081 or 3110840. OLE color: 3110840.

HSL color Cylindrical-coordinate representation of color #B8772F: hue angle of 31.53º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B8772F is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 119 47 -
CMYK 0 0.35 0.74 0.28
HSL 31.53º 0.59% 0.45% -
HSV(B) 31.53º 0.74% 0.72% -
XYZ 26.88 23.59 5.83 -
YUV 130.23 81.03 166.35 -
System Red Green Blue C M Y K H S L
Decimal 184 119 47 0 0.35 0.74 0.28 31.53 0.59 0.45
Hex B8 77 2F 0 23 4A 1C 20 3B 2D
Octal 270 167 57 0 43 112 34 40 73 55
Binary 10111000 1110111 101111 0 100011 1001010 11100 100000 111011 101101

Color Harmonies of #B8772F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8772F

Black with #B8772F

Text Example


Text Example

White with #B8772F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8772F; }

 p { color: rgb(184,119,47); }

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

background-color css

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

 a { background-color: rgb(184,119,47); }

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

border-color css

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

 span { border-color: rgb(184,119,47); }

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