Html Css Color HEX #B76915 Pirate Gold

📋 copy color: '#B76915'

red 183 ◦ green 105 ◦ blue 21

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

Shades of Pirate Gold #B76915

Tints of Pirate Gold #B76915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.8%

R = 59.22%
G = 33.98%
B = 6.8%

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

#B76915 (or 0xB76915) is known color: Pirate Gold. HEX triplet: B7, 69 and 15. RGB value is (183,105,21). Sum of RGB (Red+Green+Blue) = 183+105+21=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 105 (41.41% from 255 or 33.98% from 309); Blue value is 21 (8.59% from 255 or 6.80% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B76915 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #B76915 is #4896EA. Grayscale: #777777. Windows color (decimal): -4757227 or 1403319. OLE color: 1403319.

HSL color Cylindrical-coordinate representation of color #B76915: hue angle of 31.11º degrees, saturation: 0.79, 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 #B76915 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 105 21 -
CMYK 0 0.43 0.89 0.28
HSL 31.11º 0.79% 0.4% -
HSV(B) 31.11º 0.89% 0.72% -
XYZ 24.72 20.22 3.31 -
YUV 118.75 72.84 173.83 -
System Red Green Blue C M Y K H S L
Decimal 183 105 21 0 0.43 0.89 0.28 31.11 0.79 0.4
Hex B7 69 15 0 2B 59 1C 1F 4F 28
Octal 267 151 25 0 53 131 34 37 117 50
Binary 10110111 1101001 10101 0 101011 1011001 11100 11111 1001111 101000

Color Harmonies of #B76915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76915

Black with #B76915

Text Example


Text Example

White with #B76915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76915; }

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

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

background-color css

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

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

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

border-color css

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

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

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