Html Css Color HEX #BB731A Pirate Gold

📋 copy color: '#BB731A'

red 187 ◦ green 115 ◦ blue 26

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

Shades of Pirate Gold #BB731A

Tints of Pirate Gold #BB731A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 35.06%

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

R = 57.01%
G = 35.06%
B = 7.93%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB731A (or 0xBB731A) is known color: Pirate Gold. HEX triplet: BB, 73 and 1A. RGB value is (187,115,26). Sum of RGB (Red+Green+Blue) = 187+115+26=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 115 (45.31% from 255 or 35.06% from 328); Blue value is 26 (10.55% from 255 or 7.93% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB731A is #448CE5. Grayscale: #7E7E7E. Windows color (decimal): -4492518 or 1733563. OLE color: 1733563.

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

Color convert

RGB 187 115 26 -
CMYK 0 0.39 0.86 0.27
HSL 33.17º 0.76% 0.42% -
HSV(B) 33.17º 0.86% 0.73% -
XYZ 26.81 22.9 3.98 -
YUV 126.38 71.35 171.24 -
System Red Green Blue C M Y K H S L
Decimal 187 115 26 0 0.39 0.86 0.27 33.17 0.76 0.42
Hex BB 73 1A 0 27 56 1B 21 4C 2A
Octal 273 163 32 0 47 126 33 41 114 52
Binary 10111011 1110011 11010 0 100111 1010110 11011 100001 1001100 101010

Color Harmonies of #BB731A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB731A

Black with #BB731A

Text Example


Text Example

White with #BB731A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB731A; }

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

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

background-color css

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

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

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

border-color css

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

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

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