Html Css Color HEX #B7761B Pirate Gold

📋 copy color: '#B7761B'

red 183 ◦ green 118 ◦ blue 27

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

Shades of Pirate Gold #B7761B

Tints of Pirate Gold #B7761B

RGB

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

 GREEN value IS 118 (46.48% from 255) = 35.98%

 BLUE value IS 27 (10.94% from 255) = 8.23%

R = 55.79%
G = 35.98%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B7761B (or 0xB7761B) is known color: Pirate Gold. HEX triplet: B7, 76 and 1B. RGB value is (183,118,27). Sum of RGB (Red+Green+Blue) = 183+118+27=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 118 (46.48% from 255 or 35.98% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7761B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7761B is #4889E4. Grayscale: #7F7F7F. Windows color (decimal): -4753893 or 1799863. OLE color: 1799863.

HSL color Cylindrical-coordinate representation of color #B7761B: hue angle of 35º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7761B is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 118 27 -
CMYK 0 0.36 0.85 0.28
HSL 35º 0.74% 0.41% -
HSV(B) 35º 0.85% 0.72% -
XYZ 26.2 23.1 4.12 -
YUV 127.06 71.53 167.9 -
System Red Green Blue C M Y K H S L
Decimal 183 118 27 0 0.36 0.85 0.28 35 0.74 0.41
Hex B7 76 1B 0 24 55 1C 23 4A 29
Octal 267 166 33 0 44 125 34 43 112 51
Binary 10110111 1110110 11011 0 100100 1010101 11100 100011 1001010 101001

Color Harmonies of #B7761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7761B

Black with #B7761B

Text Example


Text Example

White with #B7761B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7761B; }

 p { color: rgb(183,118,27); }

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

background-color css

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

 a { background-color: rgb(183,118,27); }

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

border-color css

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

 span { border-color: rgb(183,118,27); }

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