Html Css Color HEX #BB751E Pirate Gold

📋 copy color: '#BB751E'

red 187 ◦ green 117 ◦ blue 30

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

Shades of Pirate Gold #BB751E

Tints of Pirate Gold #BB751E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 8.98%

R = 55.99%
G = 35.03%
B = 8.98%

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

#BB751E (or 0xBB751E) is known color: Pirate Gold. HEX triplet: BB, 75 and 1E. RGB value is (187,117,30). Sum of RGB (Red+Green+Blue) = 187+117+30=334 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.99% from 334); Green value is 117 (46.09% from 255 or 35.03% from 334); Blue value is 30 (12.11% from 255 or 8.98% from 334); Max value from RGB is 187 - color contains mainly: red. Hex color #BB751E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB751E is #448AE1. Grayscale: #808080. Windows color (decimal): -4492002 or 1996219. OLE color: 1996219.

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

Color convert

RGB 187 117 30 -
CMYK 0 0.37 0.84 0.27
HSL 33.25º 0.72% 0.43% -
HSV(B) 33.25º 0.84% 0.73% -
XYZ 27.09 23.38 4.31 -
YUV 128.01 72.69 170.07 -
System Red Green Blue C M Y K H S L
Decimal 187 117 30 0 0.37 0.84 0.27 33.25 0.72 0.43
Hex BB 75 1E 0 25 54 1B 21 48 2B
Octal 273 165 36 0 45 124 33 41 110 53
Binary 10111011 1110101 11110 0 100101 1010100 11011 100001 1001000 101011

Color Harmonies of #BB751E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB751E

Black with #BB751E

Text Example


Text Example

White with #BB751E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB751E; }

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

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

background-color css

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

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

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

border-color css

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

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

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