Html Css Color HEX #B77A1B Pirate Gold

📋 copy color: '#B77A1B'

red 183 ◦ green 122 ◦ blue 27

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

Shades of Pirate Gold #B77A1B

Tints of Pirate Gold #B77A1B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.75%

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

R = 55.12%
G = 36.75%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B77A1B (or 0xB77A1B) is known color: Pirate Gold. HEX triplet: B7, 7A and 1B. RGB value is (183,122,27). Sum of RGB (Red+Green+Blue) = 183+122+27=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 122 (48.05% from 255 or 36.75% from 332); Blue value is 27 (10.94% from 255 or 8.13% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B77A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77A1B is #4885E4. Grayscale: #818181. Windows color (decimal): -4752869 or 1800887. OLE color: 1800887.

HSL color Cylindrical-coordinate representation of color #B77A1B: hue angle of 36.54º 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 #B77A1B is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 122 27 -
CMYK 0 0.33 0.85 0.28
HSL 36.54º 0.74% 0.41% -
HSV(B) 36.54º 0.85% 0.72% -
XYZ 26.69 24.07 4.28 -
YUV 129.41 70.21 166.22 -
System Red Green Blue C M Y K H S L
Decimal 183 122 27 0 0.33 0.85 0.28 36.54 0.74 0.41
Hex B7 7A 1B 0 21 55 1C 25 4A 29
Octal 267 172 33 0 41 125 34 45 112 51
Binary 10110111 1111010 11011 0 100001 1010101 11100 100101 1001010 101001

Color Harmonies of #B77A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77A1B

Black with #B77A1B

Text Example


Text Example

White with #B77A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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