Html Css Color HEX #BD7123 Pirate Gold

📋 copy color: '#BD7123'

red 189 ◦ green 113 ◦ blue 35

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

Shades of Pirate Gold #BD7123

Tints of Pirate Gold #BD7123

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.53%

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

R = 56.08%
G = 33.53%
B = 10.39%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD7123 (or 0xBD7123) is known color: Pirate Gold. HEX triplet: BD, 71 and 23. RGB value is (189,113,35). Sum of RGB (Red+Green+Blue) = 189+113+35=337 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.08% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7123 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7123 is #428EDC. Grayscale: #7F7F7F. Windows color (decimal): -4361949 or 2322877. OLE color: 2322877.

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

Color convert

RGB 189 113 35 -
CMYK 0 0.40 0.81 0.26
HSL 30.39º 0.69% 0.44% -
HSV(B) 30.39º 0.81% 0.74% -
XYZ 27.19 22.75 4.55 -
YUV 126.83 76.18 172.34 -
System Red Green Blue C M Y K H S L
Decimal 189 113 35 0 0.40 0.81 0.26 30.39 0.69 0.44
Hex BD 71 23 0 28 51 1A 1E 45 2C
Octal 275 161 43 0 50 121 32 36 105 54
Binary 10111101 1110001 100011 0 101000 1010001 11010 11110 1000101 101100

Color Harmonies of #BD7123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7123

Black with #BD7123

Text Example


Text Example

White with #BD7123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7123; }

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

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

background-color css

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

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

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

border-color css

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

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

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