Html Css Color HEX #BD8223 Pirate Gold

📋 copy color: '#BD8223'

red 189 ◦ green 130 ◦ blue 35

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

Shades of Pirate Gold #BD8223

Tints of Pirate Gold #BD8223

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.72%

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

R = 53.39%
G = 36.72%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD8223 (or 0xBD8223) is known color: Pirate Gold. HEX triplet: BD, 82 and 23. RGB value is (189,130,35). Sum of RGB (Red+Green+Blue) = 189+130+35=354 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.39% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 35 (14.06% from 255 or 9.89% from 354); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8223 is #427DDC. Grayscale: #898989. Windows color (decimal): -4357597 or 2327229. OLE color: 2327229.

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

Color convert

RGB 189 130 35 -
CMYK 0 0.31 0.81 0.26
HSL 37.01º 0.69% 0.44% -
HSV(B) 37.01º 0.81% 0.74% -
XYZ 29.27 26.91 5.24 -
YUV 136.81 70.55 165.22 -
System Red Green Blue C M Y K H S L
Decimal 189 130 35 0 0.31 0.81 0.26 37.01 0.69 0.44
Hex BD 82 23 0 1F 51 1A 25 45 2C
Octal 275 202 43 0 37 121 32 45 105 54
Binary 10111101 10000010 100011 0 11111 1010001 11010 100101 1000101 101100

Color Harmonies of #BD8223

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8223

Black with #BD8223

Text Example


Text Example

White with #BD8223

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8223; }

 p { color: rgb(189,130,35); }

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

background-color css

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

 a { background-color: rgb(189,130,35); }

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

border-color css

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

 span { border-color: rgb(189,130,35); }

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