Html Css Color HEX #BB781B Pirate Gold

📋 copy color: '#BB781B'

red 187 ◦ green 120 ◦ blue 27

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

Shades of Pirate Gold #BB781B

Tints of Pirate Gold #BB781B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.93%

 BLUE value IS 27 (10.94% from 255) = 8.08%

R = 55.99%
G = 35.93%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB781B (or 0xBB781B) is known color: Pirate Gold. HEX triplet: BB, 78 and 1B. RGB value is (187,120,27). Sum of RGB (Red+Green+Blue) = 187+120+27=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 120 (47.27% from 255 or 35.93% from 334); Blue value is 27 (10.94% from 255 or 8.08% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB781B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB781B is #4487E4. Grayscale: #818181. Windows color (decimal): -4491237 or 1800379. OLE color: 1800379.

HSL color Cylindrical-coordinate representation of color #BB781B: hue angle of 34.88º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB781B is Cyan = 0, Magento = 0.36, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 120 27 -
CMYK 0 0.36 0.86 0.27
HSL 34.88º 0.75% 0.42% -
HSV(B) 34.88º 0.86% 0.73% -
XYZ 27.41 24.08 4.24 -
YUV 129.43 70.2 169.06 -
System Red Green Blue C M Y K H S L
Decimal 187 120 27 0 0.36 0.86 0.27 34.88 0.75 0.42
Hex BB 78 1B 0 24 56 1B 23 4B 2A
Octal 273 170 33 0 44 126 33 43 113 52
Binary 10111011 1111000 11011 0 100100 1010110 11011 100011 1001011 101010

Color Harmonies of #BB781B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB781B

Black with #BB781B

Text Example


Text Example

White with #BB781B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB781B; }

 p { color: rgb(187,120,27); }

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

background-color css

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

 a { background-color: rgb(187,120,27); }

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

border-color css

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

 span { border-color: rgb(187,120,27); }

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