Html Css Color HEX #BB761F Pirate Gold

📋 copy color: '#BB761F'

red 187 ◦ green 118 ◦ blue 31

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

Shades of Pirate Gold #BB761F

Tints of Pirate Gold #BB761F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.12%

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

R = 55.65%
G = 35.12%
B = 9.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB761F (or 0xBB761F) is known color: Pirate Gold. HEX triplet: BB, 76 and 1F. RGB value is (187,118,31). Sum of RGB (Red+Green+Blue) = 187+118+31=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 118 (46.48% from 255 or 35.12% from 336); Blue value is 31 (12.5% from 255 or 9.23% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB761F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB761F is #4489E0. Grayscale: #818181. Windows color (decimal): -4491745 or 2062011. OLE color: 2062011.

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

Color convert

RGB 187 118 31 -
CMYK 0 0.37 0.83 0.27
HSL 33.46º 0.72% 0.43% -
HSV(B) 33.46º 0.83% 0.73% -
XYZ 27.22 23.62 4.42 -
YUV 128.71 72.86 169.57 -
System Red Green Blue C M Y K H S L
Decimal 187 118 31 0 0.37 0.83 0.27 33.46 0.72 0.43
Hex BB 76 1F 0 25 53 1B 21 48 2B
Octal 273 166 37 0 45 123 33 41 110 53
Binary 10111011 1110110 11111 0 100101 1010011 11011 100001 1001000 101011

Color Harmonies of #BB761F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB761F

Black with #BB761F

Text Example


Text Example

White with #BB761F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB761F; }

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

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

background-color css

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

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

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

border-color css

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

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

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