Html Css Color HEX #BB771F Pirate Gold

📋 copy color: '#BB771F'

red 187 ◦ green 119 ◦ blue 31

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

Shades of Pirate Gold #BB771F

Tints of Pirate Gold #BB771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.2%

R = 55.49%
G = 35.31%
B = 9.2%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB771F (or 0xBB771F) is known color: Pirate Gold. HEX triplet: BB, 77 and 1F. RGB value is (187,119,31). Sum of RGB (Red+Green+Blue) = 187+119+31=337 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.49% from 337); Green value is 119 (46.88% from 255 or 35.31% from 337); Blue value is 31 (12.5% from 255 or 9.20% from 337); Max value from RGB is 187 - color contains mainly: red. Hex color #BB771F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB771F is #4488E0. Grayscale: #818181. Windows color (decimal): -4491489 or 2062267. OLE color: 2062267.

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

Color convert

RGB 187 119 31 -
CMYK 0 0.36 0.83 0.27
HSL 33.85º 0.72% 0.43% -
HSV(B) 33.85º 0.83% 0.73% -
XYZ 27.34 23.86 4.46 -
YUV 129.3 72.53 169.16 -
System Red Green Blue C M Y K H S L
Decimal 187 119 31 0 0.36 0.83 0.27 33.85 0.72 0.43
Hex BB 77 1F 0 24 53 1B 22 48 2B
Octal 273 167 37 0 44 123 33 42 110 53
Binary 10111011 1110111 11111 0 100100 1010011 11011 100010 1001000 101011

Color Harmonies of #BB771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB771F

Black with #BB771F

Text Example


Text Example

White with #BB771F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB771F; }

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

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

background-color css

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

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

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

border-color css

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

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

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