Html Css Color HEX #B76914 Pirate Gold

📋 copy color: '#B76914'

red 183 ◦ green 105 ◦ blue 20

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

Shades of Pirate Gold #B76914

Tints of Pirate Gold #B76914

RGB

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

 GREEN value IS 105 (41.41% from 255) = 34.09%

 BLUE value IS 20 (8.2% from 255) = 6.49%

R = 59.42%
G = 34.09%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.89

 K value IS 0.28

RGB Variations

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

Color information

#B76914 (or 0xB76914) is known color: Pirate Gold. HEX triplet: B7, 69 and 14. RGB value is (183,105,20). Sum of RGB (Red+Green+Blue) = 183+105+20=308 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.42% from 308); Green value is 105 (41.41% from 255 or 34.09% from 308); Blue value is 20 (8.20% from 255 or 6.49% from 308); Max value from RGB is 183 - color contains mainly: red. Hex color #B76914 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76914 is #4896EB. Grayscale: #777777. Windows color (decimal): -4757228 or 1337783. OLE color: 1337783.

HSL color Cylindrical-coordinate representation of color #B76914: hue angle of 31.29º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B76914 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 20 -
CMYK 0 0.43 0.89 0.28
HSL 31.29º 0.8% 0.4% -
HSV(B) 31.29º 0.89% 0.72% -
XYZ 24.71 20.22 3.26 -
YUV 118.63 72.34 173.91 -
System Red Green Blue C M Y K H S L
Decimal 183 105 20 0 0.43 0.89 0.28 31.29 0.8 0.4
Hex B7 69 14 0 2B 59 1C 1F 50 28
Octal 267 151 24 0 53 131 34 37 120 50
Binary 10110111 1101001 10100 0 101011 1011001 11100 11111 1010000 101000

Color Harmonies of #B76914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76914

Black with #B76914

Text Example


Text Example

White with #B76914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76914; }

 p { color: rgb(183,105,20); }

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

background-color css

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

 a { background-color: rgb(183,105,20); }

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

border-color css

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

 span { border-color: rgb(183,105,20); }

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