Html Css Color HEX #BB7B1E Pirate Gold

📋 copy color: '#BB7B1E'

red 187 ◦ green 123 ◦ blue 30

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

Shades of Pirate Gold #BB7B1E

Tints of Pirate Gold #BB7B1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.82%

R = 55%
G = 36.18%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB7B1E (or 0xBB7B1E) is known color: Pirate Gold. HEX triplet: BB, 7B and 1E. RGB value is (187,123,30). Sum of RGB (Red+Green+Blue) = 187+123+30=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 123 (48.44% from 255 or 36.18% from 340); Blue value is 30 (12.11% from 255 or 8.82% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7B1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7B1E is #4484E1. Grayscale: #838383. Windows color (decimal): -4490466 or 1997755. OLE color: 1997755.

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

Color convert

RGB 187 123 30 -
CMYK 0 0.34 0.84 0.27
HSL 35.54º 0.72% 0.43% -
HSV(B) 35.54º 0.84% 0.73% -
XYZ 27.81 24.82 4.55 -
YUV 131.53 70.7 167.56 -
System Red Green Blue C M Y K H S L
Decimal 187 123 30 0 0.34 0.84 0.27 35.54 0.72 0.43
Hex BB 7B 1E 0 22 54 1B 24 48 2B
Octal 273 173 36 0 42 124 33 44 110 53
Binary 10111011 1111011 11110 0 100010 1010100 11011 100100 1001000 101011

Color Harmonies of #BB7B1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7B1E

Black with #BB7B1E

Text Example


Text Example

White with #BB7B1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7B1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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