Html Css Color HEX #BB7426 Pirate Gold

📋 copy color: '#BB7426'

red 187 ◦ green 116 ◦ blue 38

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

Shades of Pirate Gold #BB7426

Tints of Pirate Gold #BB7426

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.14%

R = 54.84%
G = 34.02%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.80

 K value IS 0.27

RGB Variations

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

Color information

#BB7426 (or 0xBB7426) is known color: Pirate Gold. HEX triplet: BB, 74 and 26. RGB value is (187,116,38). Sum of RGB (Red+Green+Blue) = 187+116+38=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7426 is #448BD9. Grayscale: #808080. Windows color (decimal): -4492250 or 2520251. OLE color: 2520251.

HSL color Cylindrical-coordinate representation of color #BB7426: hue angle of 31.41º degrees, saturation: 0.66, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB7426 is Cyan = 0, Magento = 0.38, Yellow = 0.80 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 116 38 -
CMYK 0 0.38 0.80 0.27
HSL 31.41º 0.66% 0.44% -
HSV(B) 31.41º 0.8% 0.73% -
XYZ 27.09 23.2 4.88 -
YUV 128.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 187 116 38 0 0.38 0.80 0.27 31.41 0.66 0.44
Hex BB 74 26 0 26 50 1B 1F 42 2C
Octal 273 164 46 0 46 120 33 37 102 54
Binary 10111011 1110100 100110 0 100110 1010000 11011 11111 1000010 101100

Color Harmonies of #BB7426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7426

Black with #BB7426

Text Example


Text Example

White with #BB7426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7426; }

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

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

background-color css

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

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

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

border-color css

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

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

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