Html Css Color HEX #BD7726 Pirate Gold

📋 copy color: '#BD7726'

red 189 ◦ green 119 ◦ blue 38

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

Shades of Pirate Gold #BD7726

Tints of Pirate Gold #BD7726

RGB

 RED value IS 189 (74.22% from 255) = 54.62%

 GREEN value IS 119 (46.88% from 255) = 34.39%

 BLUE value IS 38 (15.23% from 255) = 10.98%

R = 54.62%
G = 34.39%
B = 10.98%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD7726 (or 0xBD7726) is known color: Pirate Gold. HEX triplet: BD, 77 and 26. RGB value is (189,119,38). Sum of RGB (Red+Green+Blue) = 189+119+38=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 119 (46.88% from 255 or 34.39% from 346); Blue value is 38 (15.23% from 255 or 10.98% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7726 is #4288D9. Grayscale: #838383. Windows color (decimal): -4360410 or 2521021. OLE color: 2521021.

HSL color Cylindrical-coordinate representation of color #BD7726: hue angle of 32.19º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BD7726 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 38 -
CMYK 0 0.37 0.80 0.26
HSL 32.19º 0.67% 0.45% -
HSV(B) 32.19º 0.8% 0.74% -
XYZ 27.93 24.15 5.02 -
YUV 130.7 75.69 169.59 -
System Red Green Blue C M Y K H S L
Decimal 189 119 38 0 0.37 0.80 0.26 32.19 0.67 0.45
Hex BD 77 26 0 25 50 1A 20 43 2D
Octal 275 167 46 0 45 120 32 40 103 55
Binary 10111101 1110111 100110 0 100101 1010000 11010 100000 1000011 101101

Color Harmonies of #BD7726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7726

Black with #BD7726

Text Example


Text Example

White with #BD7726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7726; }

 p { color: rgb(189,119,38); }

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

background-color css

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

 a { background-color: rgb(189,119,38); }

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

border-color css

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

 span { border-color: rgb(189,119,38); }

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