Html Css Color HEX #BB701F Pirate Gold

📋 copy color: '#BB701F'

red 187 ◦ green 112 ◦ blue 31

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

Shades of Pirate Gold #BB701F

Tints of Pirate Gold #BB701F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 33.94%

 BLUE value IS 31 (12.5% from 255) = 9.39%

R = 56.67%
G = 33.94%
B = 9.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB701F (or 0xBB701F) is known color: Pirate Gold. HEX triplet: BB, 70 and 1F. RGB value is (187,112,31). Sum of RGB (Red+Green+Blue) = 187+112+31=330 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.67% from 330); Green value is 112 (44.14% from 255 or 33.94% from 330); Blue value is 31 (12.5% from 255 or 9.39% from 330); Max value from RGB is 187 - color contains mainly: red. Hex color #BB701F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB701F is #448FE0. Grayscale: #7D7D7D. Windows color (decimal): -4493281 or 2060475. OLE color: 2060475.

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

Color convert

RGB 187 112 31 -
CMYK 0 0.40 0.83 0.27
HSL 31.15º 0.72% 0.43% -
HSV(B) 31.15º 0.83% 0.73% -
XYZ 26.54 22.25 4.19 -
YUV 125.19 74.85 172.09 -
System Red Green Blue C M Y K H S L
Decimal 187 112 31 0 0.40 0.83 0.27 31.15 0.72 0.43
Hex BB 70 1F 0 28 53 1B 1F 48 2B
Octal 273 160 37 0 50 123 33 37 110 53
Binary 10111011 1110000 11111 0 101000 1010011 11011 11111 1001000 101011

Color Harmonies of #BB701F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB701F

Black with #BB701F

Text Example


Text Example

White with #BB701F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB701F; }

 p { color: rgb(187,112,31); }

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

background-color css

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

 a { background-color: rgb(187,112,31); }

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

border-color css

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

 span { border-color: rgb(187,112,31); }

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