Html Css Color HEX #BDB43A Brass

📋 copy color: '#BDB43A'

red 189 ◦ green 180 ◦ blue 58

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

Shades of Brass #BDB43A

Tints of Brass #BDB43A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.58%

R = 44.26%
G = 42.15%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BDB43A (or 0xBDB43A) is known color: Brass. HEX triplet: BD, B4 and 3A. RGB value is (189,180,58). Sum of RGB (Red+Green+Blue) = 189+180+58=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 180 (70.70% from 255 or 42.15% from 427); Blue value is 58 (23.05% from 255 or 13.58% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB43A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB43A is #424BC5. Grayscale: #A9A9A9. Windows color (decimal): -4344774 or 3847357. OLE color: 3847357.

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

Color convert

RGB 189 180 58 -
CMYK 0 0.05 0.69 0.26
HSL 55.88º 0.53% 0.48% -
HSV(B) 55.88º 0.69% 0.74% -
XYZ 38.07 43.77 10.44 -
YUV 168.78 65.48 142.42 -
System Red Green Blue C M Y K H S L
Decimal 189 180 58 0 0.05 0.69 0.26 55.88 0.53 0.48
Hex BD B4 3A 0 5 45 1A 38 35 30
Octal 275 264 72 0 5 105 32 70 65 60
Binary 10111101 10110100 111010 0 101 1000101 11010 111000 110101 110000

Color Harmonies of #BDB43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDB43A

Black with #BDB43A

Text Example


Text Example

White with #BDB43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDB43A; }

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

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

background-color css

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

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

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

border-color css

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

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

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