Html Css Color HEX #B76A1B Pirate Gold

📋 copy color: '#B76A1B'

red 183 ◦ green 106 ◦ blue 27

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

Shades of Pirate Gold #B76A1B

Tints of Pirate Gold #B76A1B

RGB

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

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

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

R = 57.91%
G = 33.54%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#B76A1B (or 0xB76A1B) is known color: Pirate Gold. HEX triplet: B7, 6A and 1B. RGB value is (183,106,27). Sum of RGB (Red+Green+Blue) = 183+106+27=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 106 (41.80% from 255 or 33.54% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A1B is #4895E4. Grayscale: #787878. Windows color (decimal): -4756965 or 1796791. OLE color: 1796791.

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

Color convert

RGB 183 106 27 -
CMYK 0 0.42 0.85 0.28
HSL 30.38º 0.74% 0.41% -
HSV(B) 30.38º 0.85% 0.72% -
XYZ 24.88 20.45 3.67 -
YUV 120.02 75.51 172.92 -
System Red Green Blue C M Y K H S L
Decimal 183 106 27 0 0.42 0.85 0.28 30.38 0.74 0.41
Hex B7 6A 1B 0 2A 55 1C 1E 4A 29
Octal 267 152 33 0 52 125 34 36 112 51
Binary 10110111 1101010 11011 0 101010 1010101 11100 11110 1001010 101001

Color Harmonies of #B76A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A1B

Black with #B76A1B

Text Example


Text Example

White with #B76A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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