Html Css Color HEX #BB7A27 Pirate Gold

📋 copy color: '#BB7A27'

red 187 ◦ green 122 ◦ blue 39

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

Shades of Pirate Gold #BB7A27

Tints of Pirate Gold #BB7A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 11.21%

R = 53.74%
G = 35.06%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB7A27 (or 0xBB7A27) is known color: Pirate Gold. HEX triplet: BB, 7A and 27. RGB value is (187,122,39). Sum of RGB (Red+Green+Blue) = 187+122+39=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 122 (48.05% from 255 or 35.06% from 348); Blue value is 39 (15.62% from 255 or 11.21% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A27 is #4485D8. Grayscale: #848484. Windows color (decimal): -4490713 or 2587323. OLE color: 2587323.

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

Color convert

RGB 187 122 39 -
CMYK 0 0.35 0.79 0.27
HSL 33.65º 0.65% 0.44% -
HSV(B) 33.65º 0.79% 0.73% -
XYZ 27.82 24.63 5.21 -
YUV 131.97 75.53 167.25 -
System Red Green Blue C M Y K H S L
Decimal 187 122 39 0 0.35 0.79 0.27 33.65 0.65 0.44
Hex BB 7A 27 0 23 4F 1B 22 41 2C
Octal 273 172 47 0 43 117 33 42 101 54
Binary 10111011 1111010 100111 0 100011 1001111 11011 100010 1000001 101100

Color Harmonies of #BB7A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A27

Black with #BB7A27

Text Example


Text Example

White with #BB7A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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