Html Css Color HEX #BB7B2E Pirate Gold

📋 copy color: '#BB7B2E'

red 187 ◦ green 123 ◦ blue 46

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

Shades of Pirate Gold #BB7B2E

Tints of Pirate Gold #BB7B2E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 34.55%

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

R = 52.53%
G = 34.55%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB7B2E (or 0xBB7B2E) is known color: Pirate Gold. HEX triplet: BB, 7B and 2E. RGB value is (187,123,46). Sum of RGB (Red+Green+Blue) = 187+123+46=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 46 (18.36% from 255 or 12.92% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B2E is #4484D1. Grayscale: #858585. Windows color (decimal): -4490450 or 3046331. OLE color: 3046331.

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

Color convert

RGB 187 123 46 -
CMYK 0 0.34 0.75 0.27
HSL 32.77º 0.61% 0.46% -
HSV(B) 32.77º 0.75% 0.73% -
XYZ 28.07 24.93 5.92 -
YUV 133.36 78.7 166.26 -
System Red Green Blue C M Y K H S L
Decimal 187 123 46 0 0.34 0.75 0.27 32.77 0.61 0.46
Hex BB 7B 2E 0 22 4B 1B 21 3D 2E
Octal 273 173 56 0 42 113 33 41 75 56
Binary 10111011 1111011 101110 0 100010 1001011 11011 100001 111101 101110

Color Harmonies of #BB7B2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B2E

Black with #BB7B2E

Text Example


Text Example

White with #BB7B2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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