Html Css Color HEX #BD762C Pirate Gold

📋 copy color: '#BD762C'

red 189 ◦ green 118 ◦ blue 44

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

Shades of Pirate Gold #BD762C

Tints of Pirate Gold #BD762C

RGB

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

 GREEN value IS 118 (46.48% from 255) = 33.62%

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

R = 53.85%
G = 33.62%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#BD762C (or 0xBD762C) is known color: Pirate Gold. HEX triplet: BD, 76 and 2C. RGB value is (189,118,44). Sum of RGB (Red+Green+Blue) = 189+118+44=351 (46% of max value = 765). Red value is 189 (74.22% from 255 or 53.85% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 189 - color contains mainly: red. Hex color #BD762C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD762C is #4289D3. Grayscale: #838383. Windows color (decimal): -4360660 or 2913981. OLE color: 2913981.

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

Color convert

RGB 189 118 44 -
CMYK 0 0.38 0.77 0.26
HSL 30.62º 0.62% 0.46% -
HSV(B) 30.62º 0.77% 0.74% -
XYZ 27.92 23.96 5.54 -
YUV 130.79 79.02 169.52 -
System Red Green Blue C M Y K H S L
Decimal 189 118 44 0 0.38 0.77 0.26 30.62 0.62 0.46
Hex BD 76 2C 0 26 4D 1A 1F 3E 2E
Octal 275 166 54 0 46 115 32 37 76 56
Binary 10111101 1110110 101100 0 100110 1001101 11010 11111 111110 101110

Color Harmonies of #BD762C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD762C

Black with #BD762C

Text Example


Text Example

White with #BD762C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD762C; }

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

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

background-color css

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

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

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

border-color css

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

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

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