Html Css Color HEX #BB701D Pirate Gold

📋 copy color: '#BB701D'

red 187 ◦ green 112 ◦ blue 29

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

Shades of Pirate Gold #BB701D

Tints of Pirate Gold #BB701D

RGB

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

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

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

R = 57.01%
G = 34.15%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BB701D (or 0xBB701D) is known color: Pirate Gold. HEX triplet: BB, 70 and 1D. RGB value is (187,112,29). Sum of RGB (Red+Green+Blue) = 187+112+29=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 112 (44.14% from 255 or 34.15% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB701D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB701D is #448FE2. Grayscale: #7D7D7D. Windows color (decimal): -4493283 or 1929403. OLE color: 1929403.

HSL color Cylindrical-coordinate representation of color #BB701D: hue angle of 31.52º 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 #BB701D is Cyan = 0, Magento = 0.40, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 112 29 -
CMYK 0 0.40 0.84 0.27
HSL 31.52º 0.73% 0.42% -
HSV(B) 31.52º 0.84% 0.73% -
XYZ 26.51 22.24 4.06 -
YUV 124.96 73.85 172.25 -
System Red Green Blue C M Y K H S L
Decimal 187 112 29 0 0.40 0.84 0.27 31.52 0.73 0.42
Hex BB 70 1D 0 28 54 1B 20 49 2A
Octal 273 160 35 0 50 124 33 40 111 52
Binary 10111011 1110000 11101 0 101000 1010100 11011 100000 1001001 101010

Color Harmonies of #BB701D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB701D

Black with #BB701D

Text Example


Text Example

White with #BB701D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB701D; }

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

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

background-color css

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

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

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

border-color css

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

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

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