Html Css Color HEX #BB792C Pirate Gold

📋 copy color: '#BB792C'

red 187 ◦ green 121 ◦ blue 44

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

Shades of Pirate Gold #BB792C

Tints of Pirate Gold #BB792C

RGB

 RED value IS 187 (73.44% from 255) = 53.13%

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

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

R = 53.13%
G = 34.38%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB792C (or 0xBB792C) is known color: Pirate Gold. HEX triplet: BB, 79 and 2C. RGB value is (187,121,44). Sum of RGB (Red+Green+Blue) = 187+121+44=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB792C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB792C is #4486D3. Grayscale: #848484. Windows color (decimal): -4490964 or 2914747. OLE color: 2914747.

HSL color Cylindrical-coordinate representation of color #BB792C: hue angle of 32.31º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BB792C is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 121 44 -
CMYK 0 0.35 0.76 0.27
HSL 32.31º 0.62% 0.45% -
HSV(B) 32.31º 0.76% 0.73% -
XYZ 27.79 24.42 5.63 -
YUV 131.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 187 121 44 0 0.35 0.76 0.27 32.31 0.62 0.45
Hex BB 79 2C 0 23 4C 1B 20 3E 2D
Octal 273 171 54 0 43 114 33 40 76 55
Binary 10111011 1111001 101100 0 100011 1001100 11011 100000 111110 101101

Color Harmonies of #BB792C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB792C

Black with #BB792C

Text Example


Text Example

White with #BB792C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB792C; }

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

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

background-color css

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

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

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

border-color css

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

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

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