Html Css Color HEX #BB791F Pirate Gold

📋 copy color: '#BB791F'

red 187 ◦ green 121 ◦ blue 31

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

Shades of Pirate Gold #BB791F

Tints of Pirate Gold #BB791F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.14%

R = 55.16%
G = 35.69%
B = 9.14%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB791F (or 0xBB791F) is known color: Pirate Gold. HEX triplet: BB, 79 and 1F. RGB value is (187,121,31). Sum of RGB (Red+Green+Blue) = 187+121+31=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 121 (47.66% from 255 or 35.69% from 339); Blue value is 31 (12.5% from 255 or 9.14% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB791F is #4486E0. Grayscale: #828282. Windows color (decimal): -4490977 or 2062779. OLE color: 2062779.

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

Color convert

RGB 187 121 31 -
CMYK 0 0.35 0.83 0.27
HSL 34.62º 0.72% 0.43% -
HSV(B) 34.62º 0.83% 0.73% -
XYZ 27.58 24.34 4.54 -
YUV 130.47 71.87 168.32 -
System Red Green Blue C M Y K H S L
Decimal 187 121 31 0 0.35 0.83 0.27 34.62 0.72 0.43
Hex BB 79 1F 0 23 53 1B 23 48 2B
Octal 273 171 37 0 43 123 33 43 110 53
Binary 10111011 1111001 11111 0 100011 1010011 11011 100011 1001000 101011

Color Harmonies of #BB791F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB791F

Black with #BB791F

Text Example


Text Example

White with #BB791F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB791F; }

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

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

background-color css

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

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

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

border-color css

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

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

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