Html Css Color HEX #BB7428 Pirate Gold

📋 copy color: '#BB7428'

red 187 ◦ green 116 ◦ blue 40

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

Shades of Pirate Gold #BB7428

Tints of Pirate Gold #BB7428

RGB

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

 GREEN value IS 116 (45.7% from 255) = 33.82%

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

R = 54.52%
G = 33.82%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB7428 (or 0xBB7428) is known color: Pirate Gold. HEX triplet: BB, 74 and 28. RGB value is (187,116,40). Sum of RGB (Red+Green+Blue) = 187+116+40=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 116 (45.70% from 255 or 33.82% from 343); Blue value is 40 (16.02% from 255 or 11.66% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7428 is #448BD7. Grayscale: #808080. Windows color (decimal): -4492248 or 2651323. OLE color: 2651323.

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

Color convert

RGB 187 116 40 -
CMYK 0 0.38 0.79 0.27
HSL 31.02º 0.65% 0.45% -
HSV(B) 31.02º 0.79% 0.73% -
XYZ 27.12 23.21 5.06 -
YUV 128.57 78.02 169.68 -
System Red Green Blue C M Y K H S L
Decimal 187 116 40 0 0.38 0.79 0.27 31.02 0.65 0.45
Hex BB 74 28 0 26 4F 1B 1F 41 2D
Octal 273 164 50 0 46 117 33 37 101 55
Binary 10111011 1110100 101000 0 100110 1001111 11011 11111 1000001 101101

Color Harmonies of #BB7428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7428

Black with #BB7428

Text Example


Text Example

White with #BB7428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7428; }

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

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

background-color css

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

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

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

border-color css

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

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

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