Html Css Color HEX #BD7A23 Pirate Gold

📋 copy color: '#BD7A23'

red 189 ◦ green 122 ◦ blue 35

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

Shades of Pirate Gold #BD7A23

Tints of Pirate Gold #BD7A23

RGB

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

 GREEN value IS 122 (48.05% from 255) = 35.26%

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

R = 54.62%
G = 35.26%
B = 10.12%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD7A23 (or 0xBD7A23) is known color: Pirate Gold. HEX triplet: BD, 7A and 23. RGB value is (189,122,35). Sum of RGB (Red+Green+Blue) = 189+122+35=346 (45% of max value = 765). Red value is 189 (74.22% from 255 or 54.62% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 35 (14.06% from 255 or 10.12% from 346); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7A23 is #4285DC. Grayscale: #848484. Windows color (decimal): -4359645 or 2325181. OLE color: 2325181.

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

Color convert

RGB 189 122 35 -
CMYK 0 0.35 0.81 0.26
HSL 33.9º 0.69% 0.44% -
HSV(B) 33.9º 0.81% 0.74% -
XYZ 28.25 24.86 4.9 -
YUV 132.12 73.2 168.57 -
System Red Green Blue C M Y K H S L
Decimal 189 122 35 0 0.35 0.81 0.26 33.9 0.69 0.44
Hex BD 7A 23 0 23 51 1A 22 45 2C
Octal 275 172 43 0 43 121 32 42 105 54
Binary 10111101 1111010 100011 0 100011 1010001 11010 100010 1000101 101100

Color Harmonies of #BD7A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7A23

Black with #BD7A23

Text Example


Text Example

White with #BD7A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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