Html Css Color HEX #BB721B Pirate Gold

📋 copy color: '#BB721B'

red 187 ◦ green 114 ◦ blue 27

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

Shades of Pirate Gold #BB721B

Tints of Pirate Gold #BB721B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.76%

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

R = 57.01%
G = 34.76%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BB721B (or 0xBB721B) is known color: Pirate Gold. HEX triplet: BB, 72 and 1B. RGB value is (187,114,27). Sum of RGB (Red+Green+Blue) = 187+114+27=328 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.01% from 328); Green value is 114 (44.92% from 255 or 34.76% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 187 - color contains mainly: red. Hex color #BB721B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB721B is #448DE4. Grayscale: #7E7E7E. Windows color (decimal): -4492773 or 1798843. OLE color: 1798843.

HSL color Cylindrical-coordinate representation of color #BB721B: hue angle of 32.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 #BB721B is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 114 27 -
CMYK 0 0.39 0.86 0.27
HSL 32.63º 0.75% 0.42% -
HSV(B) 32.63º 0.86% 0.73% -
XYZ 26.71 22.68 4.01 -
YUV 125.91 72.18 171.57 -
System Red Green Blue C M Y K H S L
Decimal 187 114 27 0 0.39 0.86 0.27 32.63 0.75 0.42
Hex BB 72 1B 0 27 56 1B 21 4B 2A
Octal 273 162 33 0 47 126 33 41 113 52
Binary 10111011 1110010 11011 0 100111 1010110 11011 100001 1001011 101010

Color Harmonies of #BB721B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB721B

Black with #BB721B

Text Example


Text Example

White with #BB721B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB721B; }

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

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

background-color css

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

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

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

border-color css

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

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

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