Html Css Color HEX #BB7928 Pirate Gold

📋 copy color: '#BB7928'

red 187 ◦ green 121 ◦ blue 40

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

Shades of Pirate Gold #BB7928

Tints of Pirate Gold #BB7928

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.77%

 BLUE value IS 40 (16.02% from 255) = 11.49%

R = 53.74%
G = 34.77%
B = 11.49%

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

#BB7928 (or 0xBB7928) is known color: Pirate Gold. HEX triplet: BB, 79 and 28. RGB value is (187,121,40). Sum of RGB (Red+Green+Blue) = 187+121+40=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 121 (47.66% from 255 or 34.77% from 348); Blue value is 40 (16.02% from 255 or 11.49% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7928 is #4486D7. Grayscale: #838383. Windows color (decimal): -4490968 or 2652603. OLE color: 2652603.

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

Color convert

RGB 187 121 40 -
CMYK 0 0.35 0.79 0.27
HSL 33.06º 0.65% 0.45% -
HSV(B) 33.06º 0.79% 0.73% -
XYZ 27.71 24.39 5.26 -
YUV 131.5 76.37 167.59 -
System Red Green Blue C M Y K H S L
Decimal 187 121 40 0 0.35 0.79 0.27 33.06 0.65 0.45
Hex BB 79 28 0 23 4F 1B 21 41 2D
Octal 273 171 50 0 43 117 33 41 101 55
Binary 10111011 1111001 101000 0 100011 1001111 11011 100001 1000001 101101

Color Harmonies of #BB7928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7928

Black with #BB7928

Text Example


Text Example

White with #BB7928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7928; }

 p { color: rgb(187,121,40); }

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

background-color css

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

 a { background-color: rgb(187,121,40); }

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

border-color css

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

 span { border-color: rgb(187,121,40); }

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