Html Css Color HEX #BB772D Pirate Gold

📋 copy color: '#BB772D'

red 187 ◦ green 119 ◦ blue 45

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

Shades of Pirate Gold #BB772D

Tints of Pirate Gold #BB772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.82%

R = 53.28%
G = 33.9%
B = 12.82%

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

#BB772D (or 0xBB772D) is known color: Pirate Gold. HEX triplet: BB, 77 and 2D. RGB value is (187,119,45). Sum of RGB (Red+Green+Blue) = 187+119+45=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 45 (17.97% from 255 or 12.82% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB772D is #4488D2. Grayscale: #838383. Windows color (decimal): -4491475 or 2979771. OLE color: 2979771.

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

Color convert

RGB 187 119 45 -
CMYK 0 0.36 0.76 0.27
HSL 31.27º 0.61% 0.45% -
HSV(B) 31.27º 0.76% 0.73% -
XYZ 27.56 23.95 5.65 -
YUV 130.9 79.53 168.02 -
System Red Green Blue C M Y K H S L
Decimal 187 119 45 0 0.36 0.76 0.27 31.27 0.61 0.45
Hex BB 77 2D 0 24 4C 1B 1F 3D 2D
Octal 273 167 55 0 44 114 33 37 75 55
Binary 10111011 1110111 101101 0 100100 1001100 11011 11111 111101 101101

Color Harmonies of #BB772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB772D

Black with #BB772D

Text Example


Text Example

White with #BB772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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