Html Css Color HEX #BB701C Pirate Gold

📋 copy color: '#BB701C'

red 187 ◦ green 112 ◦ blue 28

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

Shades of Pirate Gold #BB701C

Tints of Pirate Gold #BB701C

RGB

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

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

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

R = 57.19%
G = 34.25%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB701C (or 0xBB701C) is known color: Pirate Gold. HEX triplet: BB, 70 and 1C. RGB value is (187,112,28). Sum of RGB (Red+Green+Blue) = 187+112+28=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 112 (44.14% from 255 or 34.25% from 327); Blue value is 28 (11.33% from 255 or 8.56% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB701C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB701C is #448FE3. Grayscale: #7D7D7D. Windows color (decimal): -4493284 or 1863867. OLE color: 1863867.

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

Color convert

RGB 187 112 28 -
CMYK 0 0.40 0.85 0.27
HSL 31.7º 0.74% 0.42% -
HSV(B) 31.7º 0.85% 0.73% -
XYZ 26.5 22.24 3.99 -
YUV 124.85 73.35 172.33 -
System Red Green Blue C M Y K H S L
Decimal 187 112 28 0 0.40 0.85 0.27 31.7 0.74 0.42
Hex BB 70 1C 0 28 55 1B 20 4A 2A
Octal 273 160 34 0 50 125 33 40 112 52
Binary 10111011 1110000 11100 0 101000 1010101 11011 100000 1001010 101010

Color Harmonies of #BB701C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB701C

Black with #BB701C

Text Example


Text Example

White with #BB701C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB701C; }

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

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

background-color css

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

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

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

border-color css

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

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

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