Html Css Color HEX #BD7323 Pirate Gold

📋 copy color: '#BD7323'

red 189 ◦ green 115 ◦ blue 35

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

Shades of Pirate Gold #BD7323

Tints of Pirate Gold #BD7323

RGB

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

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

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

R = 55.75%
G = 33.92%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD7323 (or 0xBD7323) is known color: Pirate Gold. HEX triplet: BD, 73 and 23. RGB value is (189,115,35). Sum of RGB (Red+Green+Blue) = 189+115+35=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 115 (45.31% from 255 or 33.92% from 339); Blue value is 35 (14.06% from 255 or 10.32% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7323 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7323 is #428CDC. Grayscale: #808080. Windows color (decimal): -4361437 or 2323389. OLE color: 2323389.

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

Color convert

RGB 189 115 35 -
CMYK 0 0.39 0.81 0.26
HSL 31.17º 0.69% 0.44% -
HSV(B) 31.17º 0.81% 0.74% -
XYZ 27.42 23.2 4.62 -
YUV 128.01 75.52 171.5 -
System Red Green Blue C M Y K H S L
Decimal 189 115 35 0 0.39 0.81 0.26 31.17 0.69 0.44
Hex BD 73 23 0 27 51 1A 1F 45 2C
Octal 275 163 43 0 47 121 32 37 105 54
Binary 10111101 1110011 100011 0 100111 1010001 11010 11111 1000101 101100

Color Harmonies of #BD7323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7323

Black with #BD7323

Text Example


Text Example

White with #BD7323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7323; }

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

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

background-color css

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

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

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

border-color css

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

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

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