Html Css Color HEX #B76C23 Pirate Gold

📋 copy color: '#B76C23'

red 183 ◦ green 108 ◦ blue 35

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

Shades of Pirate Gold #B76C23

Tints of Pirate Gold #B76C23

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.13%

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

R = 56.13%
G = 33.13%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.81

 K value IS 0.28

RGB Variations

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

Color information

#B76C23 (or 0xB76C23) is known color: Pirate Gold. HEX triplet: B7, 6C and 23. RGB value is (183,108,35). Sum of RGB (Red+Green+Blue) = 183+108+35=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 108 (42.58% from 255 or 33.13% from 326); Blue value is 35 (14.06% from 255 or 10.74% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B76C23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B76C23 is #4893DC. Grayscale: #7A7A7A. Windows color (decimal): -4756445 or 2321591. OLE color: 2321591.

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

Color convert

RGB 183 108 35 -
CMYK 0 0.41 0.81 0.28
HSL 29.59º 0.68% 0.43% -
HSV(B) 29.59º 0.81% 0.72% -
XYZ 25.19 20.91 4.3 -
YUV 122.1 78.85 171.44 -
System Red Green Blue C M Y K H S L
Decimal 183 108 35 0 0.41 0.81 0.28 29.59 0.68 0.43
Hex B7 6C 23 0 29 51 1C 1E 44 2B
Octal 267 154 43 0 51 121 34 36 104 53
Binary 10110111 1101100 100011 0 101001 1010001 11100 11110 1000100 101011

Color Harmonies of #B76C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B76C23

Black with #B76C23

Text Example


Text Example

White with #B76C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B76C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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