Html Css Color HEX #BB7C29 Pirate Gold

📋 copy color: '#BB7C29'

red 187 ◦ green 124 ◦ blue 41

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

Shades of Pirate Gold #BB7C29

Tints of Pirate Gold #BB7C29

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.23%

 BLUE value IS 41 (16.41% from 255) = 11.65%

R = 53.13%
G = 35.23%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB7C29 (or 0xBB7C29) is known color: Pirate Gold. HEX triplet: BB, 7C and 29. RGB value is (187,124,41). Sum of RGB (Red+Green+Blue) = 187+124+41=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 124 (48.83% from 255 or 35.23% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7C29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7C29 is #4483D6. Grayscale: #858585. Windows color (decimal): -4490199 or 2718907. OLE color: 2718907.

HSL color Cylindrical-coordinate representation of color #BB7C29: hue angle of 34.11º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BB7C29 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 124 41 -
CMYK 0 0.34 0.78 0.27
HSL 34.11º 0.64% 0.45% -
HSV(B) 34.11º 0.78% 0.73% -
XYZ 28.1 25.14 5.47 -
YUV 133.38 75.87 166.25 -
System Red Green Blue C M Y K H S L
Decimal 187 124 41 0 0.34 0.78 0.27 34.11 0.64 0.45
Hex BB 7C 29 0 22 4E 1B 22 40 2D
Octal 273 174 51 0 42 116 33 42 100 55
Binary 10111011 1111100 101001 0 100010 1001110 11011 100010 1000000 101101

Color Harmonies of #BB7C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7C29

Black with #BB7C29

Text Example


Text Example

White with #BB7C29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7C29; }

 p { color: rgb(187,124,41); }

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

background-color css

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

 a { background-color: rgb(187,124,41); }

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

border-color css

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

 span { border-color: rgb(187,124,41); }

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