Html Css Color HEX #BD772C Pirate Gold

📋 copy color: '#BD772C'

red 189 ◦ green 119 ◦ blue 44

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

Shades of Pirate Gold #BD772C

Tints of Pirate Gold #BD772C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.5%

R = 53.69%
G = 33.81%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD772C (or 0xBD772C) is known color: Pirate Gold. HEX triplet: BD, 77 and 2C. RGB value is (189,119,44). Sum of RGB (Red+Green+Blue) = 189+119+44=352 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.69% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 44 (17.58% from 255 or 12.5% from 352); Max value from RGB is 189 - color contains mainly: red. Hex color #BD772C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD772C is #4288D3. Grayscale: #838383. Windows color (decimal): -4360404 or 2914237. OLE color: 2914237.

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

Color convert

RGB 189 119 44 -
CMYK 0 0.37 0.77 0.26
HSL 31.03º 0.62% 0.46% -
HSV(B) 31.03º 0.77% 0.74% -
XYZ 28.04 24.19 5.58 -
YUV 131.38 78.69 169.1 -
System Red Green Blue C M Y K H S L
Decimal 189 119 44 0 0.37 0.77 0.26 31.03 0.62 0.46
Hex BD 77 2C 0 25 4D 1A 1F 3E 2E
Octal 275 167 54 0 45 115 32 37 76 56
Binary 10111101 1110111 101100 0 100101 1001101 11010 11111 111110 101110

Color Harmonies of #BD772C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD772C

Black with #BD772C

Text Example


Text Example

White with #BD772C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD772C; }

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

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

background-color css

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

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

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

border-color css

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

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

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