Html Css Color HEX #BB772C Pirate Gold

📋 copy color: '#BB772C'

red 187 ◦ green 119 ◦ blue 44

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

Shades of Pirate Gold #BB772C

Tints of Pirate Gold #BB772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.57%

R = 53.43%
G = 34%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB772C (or 0xBB772C) is known color: Pirate Gold. HEX triplet: BB, 77 and 2C. RGB value is (187,119,44). Sum of RGB (Red+Green+Blue) = 187+119+44=350 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.43% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 187 - color contains mainly: red. Hex color #BB772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB772C is #4488D3. Grayscale: #838383. Windows color (decimal): -4491476 or 2914235. OLE color: 2914235.

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

Color convert

RGB 187 119 44 -
CMYK 0 0.36 0.76 0.27
HSL 31.47º 0.62% 0.45% -
HSV(B) 31.47º 0.76% 0.73% -
XYZ 27.54 23.94 5.55 -
YUV 130.78 79.03 168.1 -
System Red Green Blue C M Y K H S L
Decimal 187 119 44 0 0.36 0.76 0.27 31.47 0.62 0.45
Hex BB 77 2C 0 24 4C 1B 1F 3E 2D
Octal 273 167 54 0 44 114 33 37 76 55
Binary 10111011 1110111 101100 0 100100 1001100 11011 11111 111110 101101

Color Harmonies of #BB772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB772C

Black with #BB772C

Text Example


Text Example

White with #BB772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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