Html Css Color HEX #B7772B Pirate Gold

📋 copy color: '#B7772B'

red 183 ◦ green 119 ◦ blue 43

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

Shades of Pirate Gold #B7772B

Tints of Pirate Gold #B7772B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.49%

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

R = 53.04%
G = 34.49%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7772B (or 0xB7772B) is known color: Pirate Gold. HEX triplet: B7, 77 and 2B. RGB value is (183,119,43). Sum of RGB (Red+Green+Blue) = 183+119+43=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 119 (46.88% from 255 or 34.49% from 345); Blue value is 43 (17.19% from 255 or 12.46% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B7772B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7772B is #4888D4. Grayscale: #818181. Windows color (decimal): -4753621 or 2848695. OLE color: 2848695.

HSL color Cylindrical-coordinate representation of color #B7772B: hue angle of 32.57º degrees, saturation: 0.62, 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 #B7772B is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 119 43 -
CMYK 0 0.35 0.77 0.28
HSL 32.57º 0.62% 0.44% -
HSV(B) 32.57º 0.77% 0.72% -
XYZ 26.56 23.44 5.41 -
YUV 129.47 79.2 166.18 -
System Red Green Blue C M Y K H S L
Decimal 183 119 43 0 0.35 0.77 0.28 32.57 0.62 0.44
Hex B7 77 2B 0 23 4D 1C 21 3E 2C
Octal 267 167 53 0 43 115 34 41 76 54
Binary 10110111 1110111 101011 0 100011 1001101 11100 100001 111110 101100

Color Harmonies of #B7772B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7772B

Black with #B7772B

Text Example


Text Example

White with #B7772B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7772B; }

 p { color: rgb(183,119,43); }

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

background-color css

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

 a { background-color: rgb(183,119,43); }

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

border-color css

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

 span { border-color: rgb(183,119,43); }

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