Html Css Color HEX #BB722A Pirate Gold

📋 copy color: '#BB722A'

red 187 ◦ green 114 ◦ blue 42

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

Shades of Pirate Gold #BB722A

Tints of Pirate Gold #BB722A

RGB

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

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

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

R = 54.52%
G = 33.24%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#BB722A (or 0xBB722A) is known color: Pirate Gold. HEX triplet: BB, 72 and 2A. RGB value is (187,114,42). Sum of RGB (Red+Green+Blue) = 187+114+42=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 42 (16.80% from 255 or 12.24% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB722A is #448DD5. Grayscale: #7F7F7F. Windows color (decimal): -4492758 or 2781883. OLE color: 2781883.

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

Color convert

RGB 187 114 42 -
CMYK 0 0.39 0.78 0.27
HSL 29.79º 0.63% 0.45% -
HSV(B) 29.79º 0.78% 0.73% -
XYZ 26.93 22.77 5.17 -
YUV 127.62 79.68 170.35 -
System Red Green Blue C M Y K H S L
Decimal 187 114 42 0 0.39 0.78 0.27 29.79 0.63 0.45
Hex BB 72 2A 0 27 4E 1B 1E 3F 2D
Octal 273 162 52 0 47 116 33 36 77 55
Binary 10111011 1110010 101010 0 100111 1001110 11011 11110 111111 101101

Color Harmonies of #BB722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB722A

Black with #BB722A

Text Example


Text Example

White with #BB722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB722A; }

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

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

background-color css

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

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

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

border-color css

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

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

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