Html Css Color HEX #BB741C Pirate Gold

📋 copy color: '#BB741C'

red 187 ◦ green 116 ◦ blue 28

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

Shades of Pirate Gold #BB741C

Tints of Pirate Gold #BB741C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

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

R = 56.5%
G = 35.05%
B = 8.46%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB741C (or 0xBB741C) is known color: Pirate Gold. HEX triplet: BB, 74 and 1C. RGB value is (187,116,28). Sum of RGB (Red+Green+Blue) = 187+116+28=331 (43% of max value = 765). Red value is 187 (73.44% from 255 or 56.50% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 28 (11.33% from 255 or 8.46% from 331); Max value from RGB is 187 - color contains mainly: red. Hex color #BB741C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB741C is #448BE3. Grayscale: #7F7F7F. Windows color (decimal): -4492260 or 1864891. OLE color: 1864891.

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

Color convert

RGB 187 116 28 -
CMYK 0 0.38 0.85 0.27
HSL 33.21º 0.74% 0.42% -
HSV(B) 33.21º 0.85% 0.73% -
XYZ 26.95 23.14 4.14 -
YUV 127.2 72.02 170.66 -
System Red Green Blue C M Y K H S L
Decimal 187 116 28 0 0.38 0.85 0.27 33.21 0.74 0.42
Hex BB 74 1C 0 26 55 1B 21 4A 2A
Octal 273 164 34 0 46 125 33 41 112 52
Binary 10111011 1110100 11100 0 100110 1010101 11011 100001 1001010 101010

Color Harmonies of #BB741C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB741C

Black with #BB741C

Text Example


Text Example

White with #BB741C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB741C; }

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

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

background-color css

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

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

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

border-color css

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

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

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