Html Css Color HEX #BB7A1B Pirate Gold

📋 copy color: '#BB7A1B'

red 187 ◦ green 122 ◦ blue 27

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

Shades of Pirate Gold #BB7A1B

Tints of Pirate Gold #BB7A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.31%

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 55.65%
G = 36.31%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB7A1B (or 0xBB7A1B) is known color: Pirate Gold. HEX triplet: BB, 7A and 1B. RGB value is (187,122,27). Sum of RGB (Red+Green+Blue) = 187+122+27=336 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.65% from 336); Green value is 122 (48.05% from 255 or 36.31% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB7A1B is #4485E4. Grayscale: #838383. Windows color (decimal): -4490725 or 1800891. OLE color: 1800891.

HSL color Cylindrical-coordinate representation of color #BB7A1B: hue angle of 35.62º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BB7A1B is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 122 27 -
CMYK 0 0.35 0.86 0.27
HSL 35.63º 0.75% 0.42% -
HSV(B) 35.63º 0.86% 0.73% -
XYZ 27.65 24.56 4.32 -
YUV 130.61 69.53 168.22 -
System Red Green Blue C M Y K H S L
Decimal 187 122 27 0 0.35 0.86 0.27 35.63 0.75 0.42
Hex BB 7A 1B 0 23 56 1B 24 4B 2A
Octal 273 172 33 0 43 126 33 44 113 52
Binary 10111011 1111010 11011 0 100011 1010110 11011 100100 1001011 101010

Color Harmonies of #BB7A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7A1B

Black with #BB7A1B

Text Example


Text Example

White with #BB7A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7A1B; }

 p { color: rgb(187,122,27); }

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

background-color css

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

 a { background-color: rgb(187,122,27); }

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

border-color css

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

 span { border-color: rgb(187,122,27); }

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