Html Css Color HEX #B7772D Pirate Gold

📋 copy color: '#B7772D'

red 183 ◦ green 119 ◦ blue 45

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

Shades of Pirate Gold #B7772D

Tints of Pirate Gold #B7772D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.97%

R = 52.74%
G = 34.29%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.75

 K value IS 0.28

RGB Variations

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

Color information

#B7772D (or 0xB7772D) is known color: Pirate Gold. HEX triplet: B7, 77 and 2D. RGB value is (183,119,45). Sum of RGB (Red+Green+Blue) = 183+119+45=347 (45% of max value = 765). Red value is 183 (71.88% from 255 or 52.74% from 347); Green value is 119 (46.88% from 255 or 34.29% from 347); Blue value is 45 (17.97% from 255 or 12.97% from 347); Max value from RGB is 183 - color contains mainly: red. Hex color #B7772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7772D is #4888D2. Grayscale: #828282. Windows color (decimal): -4753619 or 2979767. OLE color: 2979767.

HSL color Cylindrical-coordinate representation of color #B7772D: hue angle of 32.17º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B7772D is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 119 45 -
CMYK 0 0.35 0.75 0.28
HSL 32.17º 0.61% 0.45% -
HSV(B) 32.17º 0.75% 0.72% -
XYZ 26.6 23.45 5.61 -
YUV 129.7 80.2 166.02 -
System Red Green Blue C M Y K H S L
Decimal 183 119 45 0 0.35 0.75 0.28 32.17 0.61 0.45
Hex B7 77 2D 0 23 4B 1C 20 3D 2D
Octal 267 167 55 0 43 113 34 40 75 55
Binary 10110111 1110111 101101 0 100011 1001011 11100 100000 111101 101101

Color Harmonies of #B7772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7772D

Black with #B7772D

Text Example


Text Example

White with #B7772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7772D; }

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

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

background-color css

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

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

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

border-color css

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

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

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