Html Css Color HEX #BB771B Pirate Gold

📋 copy color: '#BB771B'

red 187 ◦ green 119 ◦ blue 27

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

Shades of Pirate Gold #BB771B

Tints of Pirate Gold #BB771B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.74%

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

R = 56.16%
G = 35.74%
B = 8.11%

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

#BB771B (or 0xBB771B) is known color: Pirate Gold. HEX triplet: BB, 77 and 1B. RGB value is (187,119,27). Sum of RGB (Red+Green+Blue) = 187+119+27=333 (44% of max value = 765). Red value is 187 (73.44% from 255 or 56.16% from 333); Green value is 119 (46.88% from 255 or 35.74% from 333); Blue value is 27 (10.94% from 255 or 8.11% from 333); Max value from RGB is 187 - color contains mainly: red. Hex color #BB771B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB771B is #4488E4. Grayscale: #818181. Windows color (decimal): -4491493 or 1800123. OLE color: 1800123.

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

Color convert

RGB 187 119 27 -
CMYK 0 0.36 0.86 0.27
HSL 34.5º 0.75% 0.42% -
HSV(B) 34.5º 0.86% 0.73% -
XYZ 27.29 23.84 4.2 -
YUV 128.84 70.53 169.48 -
System Red Green Blue C M Y K H S L
Decimal 187 119 27 0 0.36 0.86 0.27 34.5 0.75 0.42
Hex BB 77 1B 0 24 56 1B 22 4B 2A
Octal 273 167 33 0 44 126 33 42 113 52
Binary 10111011 1110111 11011 0 100100 1010110 11011 100010 1001011 101010

Color Harmonies of #BB771B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB771B

Black with #BB771B

Text Example


Text Example

White with #BB771B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB771B; }

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

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

background-color css

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

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

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

border-color css

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

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

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