Html Css Color HEX #BB761D Pirate Gold

📋 copy color: '#BB761D'

red 187 ◦ green 118 ◦ blue 29

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

Shades of Pirate Gold #BB761D

Tints of Pirate Gold #BB761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.68%

R = 55.99%
G = 35.33%
B = 8.68%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB761D (or 0xBB761D) is known color: Pirate Gold. HEX triplet: BB, 76 and 1D. RGB value is (187,118,29). Sum of RGB (Red+Green+Blue) = 187+118+29=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 118 (46.48% from 255 or 35.33% from 334); Blue value is 29 (11.72% from 255 or 8.68% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB761D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB761D is #4489E2. Grayscale: #808080. Windows color (decimal): -4491747 or 1930939. OLE color: 1930939.

HSL color Cylindrical-coordinate representation of color #BB761D: hue angle of 33.8º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB761D is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 118 29 -
CMYK 0 0.37 0.84 0.27
HSL 33.8º 0.73% 0.42% -
HSV(B) 33.8º 0.84% 0.73% -
XYZ 27.19 23.61 4.29 -
YUV 128.49 71.86 169.74 -
System Red Green Blue C M Y K H S L
Decimal 187 118 29 0 0.37 0.84 0.27 33.8 0.73 0.42
Hex BB 76 1D 0 25 54 1B 22 49 2A
Octal 273 166 35 0 45 124 33 42 111 52
Binary 10111011 1110110 11101 0 100101 1010100 11011 100010 1001001 101010

Color Harmonies of #BB761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB761D

Black with #BB761D

Text Example


Text Example

White with #BB761D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB761D; }

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

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

background-color css

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

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

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

border-color css

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

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

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