Html Css Color HEX #BB7A1F Pirate Gold

📋 copy color: '#BB7A1F'

red 187 ◦ green 122 ◦ blue 31

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

Shades of Pirate Gold #BB7A1F

Tints of Pirate Gold #BB7A1F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.88%

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

R = 55%
G = 35.88%
B = 9.12%

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

#BB7A1F (or 0xBB7A1F) is known color: Pirate Gold. HEX triplet: BB, 7A and 1F. RGB value is (187,122,31). Sum of RGB (Red+Green+Blue) = 187+122+31=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 122 (48.05% from 255 or 35.88% from 340); Blue value is 31 (12.5% from 255 or 9.12% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A1F is #4485E0. Grayscale: #838383. Windows color (decimal): -4490721 or 2063035. OLE color: 2063035.

HSL color Cylindrical-coordinate representation of color #BB7A1F: hue angle of 35º 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 #BB7A1F is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 122 31 -
CMYK 0 0.35 0.83 0.27
HSL 35º 0.72% 0.43% -
HSV(B) 35º 0.83% 0.73% -
XYZ 27.7 24.58 4.58 -
YUV 131.06 71.53 167.9 -
System Red Green Blue C M Y K H S L
Decimal 187 122 31 0 0.35 0.83 0.27 35 0.72 0.43
Hex BB 7A 1F 0 23 53 1B 23 48 2B
Octal 273 172 37 0 43 123 33 43 110 53
Binary 10111011 1111010 11111 0 100011 1010011 11011 100011 1001000 101011

Color Harmonies of #BB7A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A1F

Black with #BB7A1F

Text Example


Text Example

White with #BB7A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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