Html Css Color HEX #B77C1D Pirate Gold

📋 copy color: '#B77C1D'

red 183 ◦ green 124 ◦ blue 29

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

Shades of Pirate Gold #B77C1D

Tints of Pirate Gold #B77C1D

RGB

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

 GREEN value IS 124 (48.83% from 255) = 36.9%

 BLUE value IS 29 (11.72% from 255) = 8.63%

R = 54.46%
G = 36.9%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B77C1D (or 0xB77C1D) is known color: Pirate Gold. HEX triplet: B7, 7C and 1D. RGB value is (183,124,29). Sum of RGB (Red+Green+Blue) = 183+124+29=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 124 (48.83% from 255 or 36.90% from 336); Blue value is 29 (11.72% from 255 or 8.63% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B77C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B77C1D is #4883E2. Grayscale: #838383. Windows color (decimal): -4752355 or 1932471. OLE color: 1932471.

HSL color Cylindrical-coordinate representation of color #B77C1D: hue angle of 37.01º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B77C1D is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 124 29 -
CMYK 0 0.32 0.84 0.28
HSL 37.01º 0.73% 0.42% -
HSV(B) 37.01º 0.84% 0.72% -
XYZ 26.96 24.57 4.48 -
YUV 130.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 183 124 29 0 0.32 0.84 0.28 37.01 0.73 0.42
Hex B7 7C 1D 0 20 54 1C 25 49 2A
Octal 267 174 35 0 40 124 34 45 111 52
Binary 10110111 1111100 11101 0 100000 1010100 11100 100101 1001001 101010

Color Harmonies of #B77C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B77C1D

Black with #B77C1D

Text Example


Text Example

White with #B77C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B77C1D; }

 p { color: rgb(183,124,29); }

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

background-color css

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

 a { background-color: rgb(183,124,29); }

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

border-color css

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

 span { border-color: rgb(183,124,29); }

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