Html Css Color HEX #B8792C Pirate Gold

📋 copy color: '#B8792C'

red 184 ◦ green 121 ◦ blue 44

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

Shades of Pirate Gold #B8792C

Tints of Pirate Gold #B8792C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.61%

R = 52.72%
G = 34.67%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#B8792C (or 0xB8792C) is known color: Pirate Gold. HEX triplet: B8, 79 and 2C. RGB value is (184,121,44). Sum of RGB (Red+Green+Blue) = 184+121+44=349 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.72% from 349); Green value is 121 (47.66% from 255 or 34.67% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 184 - color contains mainly: red. Hex color #B8792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B8792C is #4786D3. Grayscale: #838383. Windows color (decimal): -4687572 or 2914744. OLE color: 2914744.

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

Color convert

RGB 184 121 44 -
CMYK 0 0.34 0.76 0.28
HSL 33º 0.61% 0.45% -
HSV(B) 33º 0.76% 0.72% -
XYZ 27.06 24.05 5.6 -
YUV 131.06 78.87 165.76 -
System Red Green Blue C M Y K H S L
Decimal 184 121 44 0 0.34 0.76 0.28 33 0.61 0.45
Hex B8 79 2C 0 22 4C 1C 21 3D 2D
Octal 270 171 54 0 42 114 34 41 75 55
Binary 10111000 1111001 101100 0 100010 1001100 11100 100001 111101 101101

Color Harmonies of #B8792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8792C

Black with #B8792C

Text Example


Text Example

White with #B8792C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8792C; }

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

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

background-color css

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

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

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

border-color css

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

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

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