Html Css Color HEX #BB792B Pirate Gold

📋 copy color: '#BB792B'

red 187 ◦ green 121 ◦ blue 43

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

Shades of Pirate Gold #BB792B

Tints of Pirate Gold #BB792B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 34.47%

 BLUE value IS 43 (17.19% from 255) = 12.25%

R = 53.28%
G = 34.47%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BB792B (or 0xBB792B) is known color: Pirate Gold. HEX triplet: BB, 79 and 2B. RGB value is (187,121,43). Sum of RGB (Red+Green+Blue) = 187+121+43=351 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.28% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 43 (17.19% from 255 or 12.25% from 351); Max value from RGB is 187 - color contains mainly: red. Hex color #BB792B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB792B is #4486D4. Grayscale: #848484. Windows color (decimal): -4490965 or 2849211. OLE color: 2849211.

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

Color convert

RGB 187 121 43 -
CMYK 0 0.35 0.77 0.27
HSL 32.5º 0.63% 0.45% -
HSV(B) 32.5º 0.77% 0.73% -
XYZ 27.77 24.41 5.53 -
YUV 131.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 187 121 43 0 0.35 0.77 0.27 32.5 0.63 0.45
Hex BB 79 2B 0 23 4D 1B 20 3F 2D
Octal 273 171 53 0 43 115 33 40 77 55
Binary 10111011 1111001 101011 0 100011 1001101 11011 100000 111111 101101

Color Harmonies of #BB792B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB792B

Black with #BB792B

Text Example


Text Example

White with #BB792B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB792B; }

 p { color: rgb(187,121,43); }

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

background-color css

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

 a { background-color: rgb(187,121,43); }

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

border-color css

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

 span { border-color: rgb(187,121,43); }

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