Html Css Color HEX #B76A23 Pirate Gold

📋 copy color: '#B76A23'

red 183 ◦ green 106 ◦ blue 35

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

Shades of Pirate Gold #B76A23

Tints of Pirate Gold #B76A23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 10.8%

R = 56.48%
G = 32.72%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B76A23 (or 0xB76A23) is known color: Pirate Gold. HEX triplet: B7, 6A and 23. RGB value is (183,106,35). Sum of RGB (Red+Green+Blue) = 183+106+35=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 106 (41.80% from 255 or 32.72% from 324); Blue value is 35 (14.06% from 255 or 10.80% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B76A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76A23 is #4895DC. Grayscale: #797979. Windows color (decimal): -4756957 or 2321079. OLE color: 2321079.

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

Color convert

RGB 183 106 35 -
CMYK 0 0.42 0.81 0.28
HSL 28.78º 0.68% 0.43% -
HSV(B) 28.78º 0.81% 0.72% -
XYZ 24.99 20.5 4.23 -
YUV 120.93 79.51 172.27 -
System Red Green Blue C M Y K H S L
Decimal 183 106 35 0 0.42 0.81 0.28 28.78 0.68 0.43
Hex B7 6A 23 0 2A 51 1C 1D 44 2B
Octal 267 152 43 0 52 121 34 35 104 53
Binary 10110111 1101010 100011 0 101010 1010001 11100 11101 1000100 101011

Color Harmonies of #B76A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76A23

Black with #B76A23

Text Example


Text Example

White with #B76A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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