Html Css Color HEX #BB751C Pirate Gold

📋 copy color: '#BB751C'

red 187 ◦ green 117 ◦ blue 28

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

Shades of Pirate Gold #BB751C

Tints of Pirate Gold #BB751C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

 BLUE value IS 28 (11.33% from 255) = 8.43%

R = 56.33%
G = 35.24%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB751C (or 0xBB751C) is known color: Pirate Gold. HEX triplet: BB, 75 and 1C. RGB value is (187,117,28). Sum of RGB (Red+Green+Blue) = 187+117+28=332 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.33% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 28 (11.33% from 255 or 8.43% from 332); Max value from RGB is 187 - color contains mainly: red. Hex color #BB751C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB751C is #448AE3. Grayscale: #808080. Windows color (decimal): -4492004 or 1865147. OLE color: 1865147.

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

Color convert

RGB 187 117 28 -
CMYK 0 0.37 0.85 0.27
HSL 33.58º 0.74% 0.42% -
HSV(B) 33.58º 0.85% 0.73% -
XYZ 27.06 23.37 4.18 -
YUV 127.78 71.69 170.24 -
System Red Green Blue C M Y K H S L
Decimal 187 117 28 0 0.37 0.85 0.27 33.58 0.74 0.42
Hex BB 75 1C 0 25 55 1B 22 4A 2A
Octal 273 165 34 0 45 125 33 42 112 52
Binary 10111011 1110101 11100 0 100101 1010101 11011 100010 1001010 101010

Color Harmonies of #BB751C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB751C

Black with #BB751C

Text Example


Text Example

White with #BB751C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB751C; }

 p { color: rgb(187,117,28); }

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

background-color css

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

 a { background-color: rgb(187,117,28); }

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

border-color css

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

 span { border-color: rgb(187,117,28); }

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