Html Css Color HEX #BDB43E Brass

📋 copy color: '#BDB43E'

red 189 ◦ green 180 ◦ blue 62

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

Shades of Brass #BDB43E

Tints of Brass #BDB43E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 41.76%

 BLUE value IS 62 (24.61% from 255) = 14.39%

R = 43.85%
G = 41.76%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BDB43E (or 0xBDB43E) is known color: Brass. HEX triplet: BD, B4 and 3E. RGB value is (189,180,62). Sum of RGB (Red+Green+Blue) = 189+180+62=431 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.85% from 431); Green value is 180 (70.70% from 255 or 41.76% from 431); Blue value is 62 (24.61% from 255 or 14.39% from 431); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB43E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB43E is #424BC1. Grayscale: #A9A9A9. Windows color (decimal): -4344770 or 4109501. OLE color: 4109501.

HSL color Cylindrical-coordinate representation of color #BDB43E: hue angle of 55.75º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BDB43E is Cyan = 0, Magento = 0.05, Yellow = 0.67 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 180 62 -
CMYK 0 0.05 0.67 0.26
HSL 55.75º 0.51% 0.49% -
HSV(B) 55.75º 0.67% 0.74% -
XYZ 38.18 43.81 11 -
YUV 169.24 67.48 142.09 -
System Red Green Blue C M Y K H S L
Decimal 189 180 62 0 0.05 0.67 0.26 55.75 0.51 0.49
Hex BD B4 3E 0 5 43 1A 38 33 31
Octal 275 264 76 0 5 103 32 70 63 61
Binary 10111101 10110100 111110 0 101 1000011 11010 111000 110011 110001

Color Harmonies of #BDB43E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB43E

Black with #BDB43E

Text Example


Text Example

White with #BDB43E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB43E; }

 p { color: rgb(189,180,62); }

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

background-color css

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

 a { background-color: rgb(189,180,62); }

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

border-color css

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

 span { border-color: rgb(189,180,62); }

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