Html Css Color HEX #BB751A Pirate Gold

📋 copy color: '#BB751A'

red 187 ◦ green 117 ◦ blue 26

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

Shades of Pirate Gold #BB751A

Tints of Pirate Gold #BB751A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

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

R = 56.67%
G = 35.45%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB751A (or 0xBB751A) is known color: Pirate Gold. HEX triplet: BB, 75 and 1A. RGB value is (187,117,26). Sum of RGB (Red+Green+Blue) = 187+117+26=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 26 (10.55% from 255 or 7.88% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB751A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB751A is #448AE5. Grayscale: #7F7F7F. Windows color (decimal): -4492006 or 1734075. OLE color: 1734075.

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

Color convert

RGB 187 117 26 -
CMYK 0 0.37 0.86 0.27
HSL 33.91º 0.76% 0.42% -
HSV(B) 33.91º 0.86% 0.73% -
XYZ 27.04 23.36 4.06 -
YUV 127.56 70.69 170.4 -
System Red Green Blue C M Y K H S L
Decimal 187 117 26 0 0.37 0.86 0.27 33.91 0.76 0.42
Hex BB 75 1A 0 25 56 1B 22 4C 2A
Octal 273 165 32 0 45 126 33 42 114 52
Binary 10111011 1110101 11010 0 100101 1010110 11011 100010 1001100 101010

Color Harmonies of #BB751A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB751A

Black with #BB751A

Text Example


Text Example

White with #BB751A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB751A; }

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

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

background-color css

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

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

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

border-color css

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

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

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