Html Css Color HEX #BB792F Pirate Gold

📋 copy color: '#BB792F'

red 187 ◦ green 121 ◦ blue 47

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

Shades of Pirate Gold #BB792F

Tints of Pirate Gold #BB792F

RGB

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

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

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

R = 52.68%
G = 34.08%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB792F (or 0xBB792F) is known color: Pirate Gold. HEX triplet: BB, 79 and 2F. RGB value is (187,121,47). Sum of RGB (Red+Green+Blue) = 187+121+47=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 47 (18.75% from 255 or 13.24% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB792F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB792F is #4486D0. Grayscale: #848484. Windows color (decimal): -4490961 or 3111355. OLE color: 3111355.

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

Color convert

RGB 187 121 47 -
CMYK 0 0.35 0.75 0.27
HSL 31.71º 0.6% 0.46% -
HSV(B) 31.71º 0.75% 0.73% -
XYZ 27.84 24.44 5.94 -
YUV 132.3 79.87 167.02 -
System Red Green Blue C M Y K H S L
Decimal 187 121 47 0 0.35 0.75 0.27 31.71 0.6 0.46
Hex BB 79 2F 0 23 4B 1B 20 3C 2E
Octal 273 171 57 0 43 113 33 40 74 56
Binary 10111011 1111001 101111 0 100011 1001011 11011 100000 111100 101110

Color Harmonies of #BB792F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB792F

Black with #BB792F

Text Example


Text Example

White with #BB792F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB792F; }

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

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

background-color css

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

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

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

border-color css

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

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

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