Html Css Color HEX #BD732A Pirate Gold

📋 copy color: '#BD732A'

red 189 ◦ green 115 ◦ blue 42

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

Shades of Pirate Gold #BD732A

Tints of Pirate Gold #BD732A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 12.14%

R = 54.62%
G = 33.24%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD732A (or 0xBD732A) is known color: Pirate Gold. HEX triplet: BD, 73 and 2A. RGB value is (189,115,42). Sum of RGB (Red+Green+Blue) = 189+115+42=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 42 (16.80% from 255 or 12.14% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD732A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD732A is #428CD5. Grayscale: #818181. Windows color (decimal): -4361430 or 2782141. OLE color: 2782141.

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

Color convert

RGB 189 115 42 -
CMYK 0 0.39 0.78 0.26
HSL 29.8º 0.64% 0.45% -
HSV(B) 29.8º 0.78% 0.74% -
XYZ 27.53 23.25 5.23 -
YUV 128.8 79.02 170.94 -
System Red Green Blue C M Y K H S L
Decimal 189 115 42 0 0.39 0.78 0.26 29.8 0.64 0.45
Hex BD 73 2A 0 27 4E 1A 1E 40 2D
Octal 275 163 52 0 47 116 32 36 100 55
Binary 10111101 1110011 101010 0 100111 1001110 11010 11110 1000000 101101

Color Harmonies of #BD732A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD732A

Black with #BD732A

Text Example


Text Example

White with #BD732A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD732A; }

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

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

background-color css

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

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

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

border-color css

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

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

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