Html Css Color HEX #BB7623 Pirate Gold

📋 copy color: '#BB7623'

red 187 ◦ green 118 ◦ blue 35

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

Shades of Pirate Gold #BB7623

Tints of Pirate Gold #BB7623

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.29%

R = 55%
G = 34.71%
B = 10.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB7623 (or 0xBB7623) is known color: Pirate Gold. HEX triplet: BB, 76 and 23. RGB value is (187,118,35). Sum of RGB (Red+Green+Blue) = 187+118+35=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 118 (46.48% from 255 or 34.71% from 340); Blue value is 35 (14.06% from 255 or 10.29% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7623 is #4489DC. Grayscale: #818181. Windows color (decimal): -4491741 or 2324155. OLE color: 2324155.

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

Color convert

RGB 187 118 35 -
CMYK 0 0.37 0.81 0.27
HSL 32.76º 0.68% 0.44% -
HSV(B) 32.76º 0.81% 0.73% -
XYZ 27.28 23.64 4.72 -
YUV 129.17 74.86 169.25 -
System Red Green Blue C M Y K H S L
Decimal 187 118 35 0 0.37 0.81 0.27 32.76 0.68 0.44
Hex BB 76 23 0 25 51 1B 21 44 2C
Octal 273 166 43 0 45 121 33 41 104 54
Binary 10111011 1110110 100011 0 100101 1010001 11011 100001 1000100 101100

Color Harmonies of #BB7623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7623

Black with #BB7623

Text Example


Text Example

White with #BB7623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7623; }

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

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

background-color css

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

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

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

border-color css

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

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

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