Html Css Color HEX #B76A1D Pirate Gold

📋 copy color: '#B76A1D'

red 183 ◦ green 106 ◦ blue 29

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

Shades of Pirate Gold #B76A1D

Tints of Pirate Gold #B76A1D

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.33%

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

R = 57.55%
G = 33.33%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#B76A1D (or 0xB76A1D) is known color: Pirate Gold. HEX triplet: B7, 6A and 1D. RGB value is (183,106,29). Sum of RGB (Red+Green+Blue) = 183+106+29=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 106 (41.80% from 255 or 33.33% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A1D is #4895E2. Grayscale: #787878. Windows color (decimal): -4756963 or 1927863. OLE color: 1927863.

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

Color convert

RGB 183 106 29 -
CMYK 0 0.42 0.84 0.28
HSL 30º 0.73% 0.42% -
HSV(B) 30º 0.84% 0.72% -
XYZ 24.9 20.46 3.8 -
YUV 120.25 76.51 172.76 -
System Red Green Blue C M Y K H S L
Decimal 183 106 29 0 0.42 0.84 0.28 30 0.73 0.42
Hex B7 6A 1D 0 2A 54 1C 1E 49 2A
Octal 267 152 35 0 52 124 34 36 111 52
Binary 10110111 1101010 11101 0 101010 1010100 11100 11110 1001001 101010

Color Harmonies of #B76A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A1D

Black with #B76A1D

Text Example


Text Example

White with #B76A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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