Html Css Color HEX #BD7122 Pirate Gold

📋 copy color: '#BD7122'

red 189 ◦ green 113 ◦ blue 34

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

Shades of Pirate Gold #BD7122

Tints of Pirate Gold #BD7122

RGB

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

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

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

R = 56.25%
G = 33.63%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD7122 (or 0xBD7122) is known color: Pirate Gold. HEX triplet: BD, 71 and 22. RGB value is (189,113,34). Sum of RGB (Red+Green+Blue) = 189+113+34=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 113 (44.53% from 255 or 33.63% from 336); Blue value is 34 (13.67% from 255 or 10.12% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7122 is #428EDD. Grayscale: #7F7F7F. Windows color (decimal): -4361950 or 2257341. OLE color: 2257341.

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

Color convert

RGB 189 113 34 -
CMYK 0 0.40 0.82 0.26
HSL 30.58º 0.7% 0.44% -
HSV(B) 30.58º 0.82% 0.74% -
XYZ 27.18 22.74 4.47 -
YUV 126.72 75.68 172.42 -
System Red Green Blue C M Y K H S L
Decimal 189 113 34 0 0.40 0.82 0.26 30.58 0.7 0.44
Hex BD 71 22 0 28 52 1A 1F 46 2C
Octal 275 161 42 0 50 122 32 37 106 54
Binary 10111101 1110001 100010 0 101000 1010010 11010 11111 1000110 101100

Color Harmonies of #BD7122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7122

Black with #BD7122

Text Example


Text Example

White with #BD7122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7122; }

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

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

background-color css

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

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

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

border-color css

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

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

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