Html Css Color HEX #BB781C Pirate Gold

📋 copy color: '#BB781C'

red 187 ◦ green 120 ◦ blue 28

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

Shades of Pirate Gold #BB781C

Tints of Pirate Gold #BB781C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.36%

R = 55.82%
G = 35.82%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB781C (or 0xBB781C) is known color: Pirate Gold. HEX triplet: BB, 78 and 1C. RGB value is (187,120,28). Sum of RGB (Red+Green+Blue) = 187+120+28=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 28 (11.33% from 255 or 8.36% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB781C is #4487E3. Grayscale: #818181. Windows color (decimal): -4491236 or 1865915. OLE color: 1865915.

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

Color convert

RGB 187 120 28 -
CMYK 0 0.36 0.85 0.27
HSL 34.72º 0.74% 0.42% -
HSV(B) 34.72º 0.85% 0.73% -
XYZ 27.42 24.08 4.3 -
YUV 129.55 70.7 168.98 -
System Red Green Blue C M Y K H S L
Decimal 187 120 28 0 0.36 0.85 0.27 34.72 0.74 0.42
Hex BB 78 1C 0 24 55 1B 23 4A 2A
Octal 273 170 34 0 44 125 33 43 112 52
Binary 10111011 1111000 11100 0 100100 1010101 11011 100011 1001010 101010

Color Harmonies of #BB781C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB781C

Black with #BB781C

Text Example


Text Example

White with #BB781C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB781C; }

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

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

background-color css

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

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

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

border-color css

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

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

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