Html Css Color HEX #BB752A Pirate Gold

📋 copy color: '#BB752A'

red 187 ◦ green 117 ◦ blue 42

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

Shades of Pirate Gold #BB752A

Tints of Pirate Gold #BB752A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 54.05%
G = 33.82%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB752A (or 0xBB752A) is known color: Pirate Gold. HEX triplet: BB, 75 and 2A. RGB value is (187,117,42). Sum of RGB (Red+Green+Blue) = 187+117+42=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB752A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB752A is #448AD5. Grayscale: #818181. Windows color (decimal): -4491990 or 2782651. OLE color: 2782651.

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

Color convert

RGB 187 117 42 -
CMYK 0 0.37 0.78 0.27
HSL 31.03º 0.63% 0.45% -
HSV(B) 31.03º 0.78% 0.73% -
XYZ 27.27 23.45 5.28 -
YUV 129.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 187 117 42 0 0.37 0.78 0.27 31.03 0.63 0.45
Hex BB 75 2A 0 25 4E 1B 1F 3F 2D
Octal 273 165 52 0 45 116 33 37 77 55
Binary 10111011 1110101 101010 0 100101 1001110 11011 11111 111111 101101

Color Harmonies of #BB752A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB752A

Black with #BB752A

Text Example


Text Example

White with #BB752A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB752A; }

 p { color: rgb(187,117,42); }

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

background-color css

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

 a { background-color: rgb(187,117,42); }

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

border-color css

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

 span { border-color: rgb(187,117,42); }

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