Html Css Color HEX #BDA738 Brass

📋 copy color: '#BDA738'

red 189 ◦ green 167 ◦ blue 56

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

Shades of Brass #BDA738

Tints of Brass #BDA738

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.53%

 BLUE value IS 56 (22.27% from 255) = 13.59%

R = 45.87%
G = 40.53%
B = 13.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.70

 K value IS 0.26

RGB Variations

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

Color information

#BDA738 (or 0xBDA738) is known color: Brass. HEX triplet: BD, A7 and 38. RGB value is (189,167,56). Sum of RGB (Red+Green+Blue) = 189+167+56=412 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.87% from 412); Green value is 167 (65.62% from 255 or 40.53% from 412); Blue value is 56 (22.27% from 255 or 13.59% from 412); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA738 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA738 is #4258C7. Grayscale: #A1A1A1. Windows color (decimal): -4348104 or 3712957. OLE color: 3712957.

HSL color Cylindrical-coordinate representation of color #BDA738: hue angle of 50.08º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BDA738 is Cyan = 0, Magento = 0.12, Yellow = 0.70 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 167 56 -
CMYK 0 0.12 0.70 0.26
HSL 50.08º 0.54% 0.48% -
HSV(B) 50.08º 0.7% 0.74% -
XYZ 35.52 38.74 9.35 -
YUV 160.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 189 167 56 0 0.12 0.70 0.26 50.08 0.54 0.48
Hex BD A7 38 0 C 46 1A 32 36 30
Octal 275 247 70 0 14 106 32 62 66 60
Binary 10111101 10100111 111000 0 1100 1000110 11010 110010 110110 110000

Color Harmonies of #BDA738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA738

Black with #BDA738

Text Example


Text Example

White with #BDA738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA738; }

 p { color: rgb(189,167,56); }

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

background-color css

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

 a { background-color: rgb(189,167,56); }

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

border-color css

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

 span { border-color: rgb(189,167,56); }

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