Html Css Color HEX #B8791C Pirate Gold

📋 copy color: '#B8791C'

red 184 ◦ green 121 ◦ blue 28

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

Shades of Pirate Gold #B8791C

Tints of Pirate Gold #B8791C

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.34%

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

R = 55.26%
G = 36.34%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B8791C (or 0xB8791C) is known color: Pirate Gold. HEX triplet: B8, 79 and 1C. RGB value is (184,121,28). Sum of RGB (Red+Green+Blue) = 184+121+28=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 121 (47.66% from 255 or 36.34% from 333); Blue value is 28 (11.33% from 255 or 8.41% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B8791C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8791C is #4786E3. Grayscale: #818181. Windows color (decimal): -4687588 or 1866168. OLE color: 1866168.

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

Color convert

RGB 184 121 28 -
CMYK 0 0.34 0.85 0.28
HSL 35.77º 0.74% 0.42% -
HSV(B) 35.77º 0.85% 0.72% -
XYZ 26.81 23.95 4.31 -
YUV 129.24 70.87 167.06 -
System Red Green Blue C M Y K H S L
Decimal 184 121 28 0 0.34 0.85 0.28 35.77 0.74 0.42
Hex B8 79 1C 0 22 55 1C 24 4A 2A
Octal 270 171 34 0 42 125 34 44 112 52
Binary 10111000 1111001 11100 0 100010 1010101 11100 100100 1001010 101010

Color Harmonies of #B8791C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8791C

Black with #B8791C

Text Example


Text Example

White with #B8791C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8791C; }

 p { color: rgb(184,121,28); }

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

background-color css

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

 a { background-color: rgb(184,121,28); }

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

border-color css

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

 span { border-color: rgb(184,121,28); }

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