Html Css Color HEX #BD772D Pirate Gold

📋 copy color: '#BD772D'

red 189 ◦ green 119 ◦ blue 45

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

Shades of Pirate Gold #BD772D

Tints of Pirate Gold #BD772D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.71%

 BLUE value IS 45 (17.97% from 255) = 12.75%

R = 53.54%
G = 33.71%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.76

 K value IS 0.26

RGB Variations

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

Color information

#BD772D (or 0xBD772D) is known color: Pirate Gold. HEX triplet: BD, 77 and 2D. RGB value is (189,119,45). Sum of RGB (Red+Green+Blue) = 189+119+45=353 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.54% from 353); Green value is 119 (46.88% from 255 or 33.71% from 353); Blue value is 45 (17.97% from 255 or 12.75% from 353); Max value from RGB is 189 - color contains mainly: red. Hex color #BD772D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD772D is #4288D2. Grayscale: #838383. Windows color (decimal): -4360403 or 2979773. OLE color: 2979773.

HSL color Cylindrical-coordinate representation of color #BD772D: hue angle of 30.83º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD772D is Cyan = 0, Magento = 0.37, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 119 45 -
CMYK 0 0.37 0.76 0.26
HSL 30.83º 0.62% 0.46% -
HSV(B) 30.83º 0.76% 0.74% -
XYZ 28.06 24.2 5.68 -
YUV 131.49 79.19 169.02 -
System Red Green Blue C M Y K H S L
Decimal 189 119 45 0 0.37 0.76 0.26 30.83 0.62 0.46
Hex BD 77 2D 0 25 4C 1A 1F 3E 2E
Octal 275 167 55 0 45 114 32 37 76 56
Binary 10111101 1110111 101101 0 100101 1001100 11010 11111 111110 101110

Color Harmonies of #BD772D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD772D

Black with #BD772D

Text Example


Text Example

White with #BD772D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD772D; }

 p { color: rgb(189,119,45); }

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

background-color css

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

 a { background-color: rgb(189,119,45); }

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

border-color css

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

 span { border-color: rgb(189,119,45); }

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