Html Css Color HEX #BB7D1A Pirate Gold

📋 copy color: '#BB7D1A'

red 187 ◦ green 125 ◦ blue 26

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

Shades of Pirate Gold #BB7D1A

Tints of Pirate Gold #BB7D1A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.98%

 BLUE value IS 26 (10.55% from 255) = 7.69%

R = 55.33%
G = 36.98%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB7D1A (or 0xBB7D1A) is known color: Pirate Gold. HEX triplet: BB, 7D and 1A. RGB value is (187,125,26). Sum of RGB (Red+Green+Blue) = 187+125+26=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7D1A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7D1A is #4482E5. Grayscale: #848484. Windows color (decimal): -4489958 or 1736123. OLE color: 1736123.

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

Color convert

RGB 187 125 26 -
CMYK 0 0.33 0.86 0.27
HSL 36.89º 0.76% 0.42% -
HSV(B) 36.89º 0.86% 0.73% -
XYZ 28.01 25.31 4.39 -
YUV 132.25 68.04 167.05 -
System Red Green Blue C M Y K H S L
Decimal 187 125 26 0 0.33 0.86 0.27 36.89 0.76 0.42
Hex BB 7D 1A 0 21 56 1B 25 4C 2A
Octal 273 175 32 0 41 126 33 45 114 52
Binary 10111011 1111101 11010 0 100001 1010110 11011 100101 1001100 101010

Color Harmonies of #BB7D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7D1A

Black with #BB7D1A

Text Example


Text Example

White with #BB7D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7D1A; }

 p { color: rgb(187,125,26); }

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

background-color css

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

 a { background-color: rgb(187,125,26); }

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

border-color css

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

 span { border-color: rgb(187,125,26); }

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