Html Css Color HEX #B7722A Pirate Gold

📋 copy color: '#B7722A'

red 183 ◦ green 114 ◦ blue 42

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

Shades of Pirate Gold #B7722A

Tints of Pirate Gold #B7722A

RGB

 RED value IS 183 (71.88% from 255) = 53.98%

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

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

R = 53.98%
G = 33.63%
B = 12.39%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7722A (or 0xB7722A) is known color: Pirate Gold. HEX triplet: B7, 72 and 2A. RGB value is (183,114,42). Sum of RGB (Red+Green+Blue) = 183+114+42=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 42 (16.80% from 255 or 12.39% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B7722A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7722A is #488DD5. Grayscale: #7E7E7E. Windows color (decimal): -4754902 or 2781879. OLE color: 2781879.

HSL color Cylindrical-coordinate representation of color #B7722A: hue angle of 30.64º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B7722A is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 114 42 -
CMYK 0 0.38 0.77 0.28
HSL 30.64º 0.63% 0.44% -
HSV(B) 30.64º 0.77% 0.72% -
XYZ 25.96 22.27 5.12 -
YUV 126.42 80.36 168.35 -
System Red Green Blue C M Y K H S L
Decimal 183 114 42 0 0.38 0.77 0.28 30.64 0.63 0.44
Hex B7 72 2A 0 26 4D 1C 1F 3F 2C
Octal 267 162 52 0 46 115 34 37 77 54
Binary 10110111 1110010 101010 0 100110 1001101 11100 11111 111111 101100

Color Harmonies of #B7722A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7722A

Black with #B7722A

Text Example


Text Example

White with #B7722A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7722A; }

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

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

background-color css

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

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

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

border-color css

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

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

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