Html Css Color HEX #BD7322 Pirate Gold

📋 copy color: '#BD7322'

red 189 ◦ green 115 ◦ blue 34

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

Shades of Pirate Gold #BD7322

Tints of Pirate Gold #BD7322

RGB

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

 GREEN value IS 115 (45.31% from 255) = 34.02%

 BLUE value IS 34 (13.67% from 255) = 10.06%

R = 55.92%
G = 34.02%
B = 10.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD7322 (or 0xBD7322) is known color: Pirate Gold. HEX triplet: BD, 73 and 22. RGB value is (189,115,34). Sum of RGB (Red+Green+Blue) = 189+115+34=338 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.92% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 34 (13.67% from 255 or 10.06% from 338); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7322 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7322 is #428CDD. Grayscale: #808080. Windows color (decimal): -4361438 or 2257853. OLE color: 2257853.

HSL color Cylindrical-coordinate representation of color #BD7322: hue angle of 31.35º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD7322 is Cyan = 0, Magento = 0.39, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 115 34 -
CMYK 0 0.39 0.82 0.26
HSL 31.35º 0.7% 0.44% -
HSV(B) 31.35º 0.82% 0.74% -
XYZ 27.41 23.2 4.55 -
YUV 127.89 75.02 171.59 -
System Red Green Blue C M Y K H S L
Decimal 189 115 34 0 0.39 0.82 0.26 31.35 0.7 0.44
Hex BD 73 22 0 27 52 1A 1F 46 2C
Octal 275 163 42 0 47 122 32 37 106 54
Binary 10111101 1110011 100010 0 100111 1010010 11010 11111 1000110 101100

Color Harmonies of #BD7322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7322

Black with #BD7322

Text Example


Text Example

White with #BD7322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7322; }

 p { color: rgb(189,115,34); }

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

background-color css

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

 a { background-color: rgb(189,115,34); }

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

border-color css

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

 span { border-color: rgb(189,115,34); }

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