Html Css Color HEX #BB7A2E Pirate Gold

📋 copy color: '#BB7A2E'

red 187 ◦ green 122 ◦ blue 46

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

Shades of Pirate Gold #BB7A2E

Tints of Pirate Gold #BB7A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 12.96%

R = 52.68%
G = 34.37%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB7A2E (or 0xBB7A2E) is known color: Pirate Gold. HEX triplet: BB, 7A and 2E. RGB value is (187,122,46). Sum of RGB (Red+Green+Blue) = 187+122+46=355 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.68% from 355); Green value is 122 (48.05% from 255 or 34.37% from 355); Blue value is 46 (18.36% from 255 or 12.96% from 355); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A2E is #4485D1. Grayscale: #858585. Windows color (decimal): -4490706 or 3046075. OLE color: 3046075.

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

Color convert

RGB 187 122 46 -
CMYK 0 0.35 0.75 0.27
HSL 32.34º 0.61% 0.46% -
HSV(B) 32.34º 0.75% 0.73% -
XYZ 27.95 24.68 5.88 -
YUV 132.77 79.03 166.68 -
System Red Green Blue C M Y K H S L
Decimal 187 122 46 0 0.35 0.75 0.27 32.34 0.61 0.46
Hex BB 7A 2E 0 23 4B 1B 20 3D 2E
Octal 273 172 56 0 43 113 33 40 75 56
Binary 10111011 1111010 101110 0 100011 1001011 11011 100000 111101 101110

Color Harmonies of #BB7A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A2E

Black with #BB7A2E

Text Example


Text Example

White with #BB7A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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